Click or drag to resize

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

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

Parameters

element
Type: SystemUInt16
variationGroup
Type: SystemByte
variationElement
Type: SystemByte
flags
Type: NeoAxisGroupOfObjectsObjectFlagsEnum
position
Type: NeoAxisVector3
rotation
Type: NeoAxisQuaternionF
scale
Type: NeoAxisVector3F
anyData
Type: NeoAxisVector4F
color
Type: NeoAxisColorValue
special1
Type: NeoAxisVector4F
special2
Type: NeoAxisVector4F
cullingByCameraDirectionData
Type: SystemUInt32
See Also