Click or drag to resize

CurveInSpaceObjectsCreateObjectEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.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
Type: NeoAxisCurveInSpaceObjects
stepDistance
Type: SystemDouble
position
Type: NeoAxisVector3
rotation
Type: NeoAxisQuaternion
scale
Type: NeoAxisVector3
skip
Type: SystemBoolean
See Also