GroupOfObjectsObject Constructor (UInt16, Byte, Byte, GroupOfObjectsObjectFlagsEnum, Vector3, QuaternionF, Vector3F, Vector4F, ColorValue, Vector4F, Vector4F, UInt32) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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
- 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