Click or drag to resize
Ab4d.SharpEngine logo

ArrowModelNode(Vector3, Vector3, Single, String) Constructor

Create a 3D arrow model with parametrized arrow tip.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public ArrowModelNode(
	Vector3 startPosition,
	Vector3 endPosition,
	float radius,
	string? name = null
)

Parameters

startPosition  Vector3
Arrow's start position (the center of circle at the arrow's back).
endPosition  Vector3
Arrow's end position (the point at the arrow's tip).
radius  Single
The radius of the arrow's body.
name  String  (Optional)
Optional node name.
See Also