Click or drag to resize

GroupOfObjectsObject(UInt16, Byte, Byte, GroupOfObjectsObjectFlagsEnum, Vector3, QuaternionF, Vector3F, Vector4F, ColorValue, Vector4F, Vector4F, UInt32) Constructor

Initializes a new instance of the GroupOfObjectsObject class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Object(
	ushort element,
	byte variationGroup,
	byte variationElement,
	GroupOfObjectsObjectFlagsEnum flags,
	Vector3 position,
	QuaternionF rotation,
	Vector3F scale,
	Vector4F anyData,
	ColorValue color,
	Vector4F special1,
	Vector4F special2,
	uint cullingByCameraDirectionData
)

Parameters

element  UInt16
 
variationGroup  Byte
 
variationElement  Byte
 
flags  GroupOfObjectsObjectFlagsEnum
 
position  Vector3
 
rotation  QuaternionF
 
scale  Vector3F
 
anyData  Vector4F
 
color  ColorValue
 
special1  Vector4F
 
special2  Vector4F
 
cullingByCameraDirectionData  UInt32
 
See Also