Click or drag to resize

SurfaceGetRandomVariation Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual void GetRandomVariation(
	SurfaceGetRandomVariationOptions options,
	FastRandom random,
	out byte groupIndex,
	out byte elementIndex,
	out double positionZ,
	out QuaternionF rotation,
	out Vector3F scale
)

Parameters

options
Type: NeoAxisSurfaceGetRandomVariationOptions
random
Type: NeoAxisFastRandom
groupIndex
Type: SystemByte
elementIndex
Type: SystemByte
positionZ
Type: SystemDouble
rotation
Type: NeoAxisQuaternionF
scale
Type: NeoAxisVector3F
See Also