Click or drag to resize

SurfaceGetRandomVariationEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public 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
Type: NeoAxisSurface
options
Type: NeoAxisSurfaceGetRandomVariationOptions
handled
Type: SystemBoolean
groupIndex
Type: SystemByte
elementIndex
Type: SystemByte
positionZ
Type: SystemDouble
rotation
Type: NeoAxisQuaternionF
scale
Type: NeoAxisVector3F
See Also