SurfaceGetRandomVariationEventDelegate Delegate |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic delegate void GetRandomVariationEventDelegate(
Surface sender,
SurfaceGetRandomVariationOptions options,
ref bool handled,
ref byte groupIndex,
ref byte elementIndex,
ref double positionZ,
ref QuaternionF rotation,
ref Vector3F scale
)
Parameters
- sender Surface
-
- options SurfaceGetRandomVariationOptions
-
- handled Boolean
-
- groupIndex Byte
-
- elementIndex Byte
-
- positionZ Double
-
- rotation QuaternionF
-
- scale Vector3F
-
See Also