Click or drag to resize

SurfaceGetRandomVariationEventDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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  Surface
 
options  SurfaceGetRandomVariationOptions
 
handled  Boolean
 
groupIndex  Byte
 
elementIndex  Byte
 
positionZ  Double
 
rotation  QuaternionF
 
scale  Vector3F
 
See Also