CurveInSpaceObjectsCreateObjectEventDelegate Delegate |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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