Click or drag to resize

SurfaceGetRandomVariation Method


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