Click or drag to resize

CurveInSpaceObjectsCreateObjectEventDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void CreateObjectEventDelegate(
	CurveInSpaceObjects sender,
	double stepDistance,
	ref Vector3 position,
	ref Quaternion rotation,
	ref Vector3 scale,
	ref bool skip
)

Parameters

sender  CurveInSpaceObjects
 
stepDistance  Double
 
position  Vector3
 
rotation  Quaternion
 
scale  Vector3
 
skip  Boolean
 
See Also