Vec3MathOpEntityData
Inherits from EntityData
Summary
Constructors
Vec3MathOpEntityData() |
Vec3MathOpEntityData(guid: Guid) |
Vec3MathOpEntityData(other: EntityData) |
Vec3MathOpEntityData(other: GameObjectData) |
Vec3MathOpEntityData(other: GameDataContainer) |
Vec3MathOpEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
realm | Realm |
operators | Vec3MathOp[] |
Static members
Name | Type |
---|---|
Vec3MathOpEntityData.typeInfo | TypeInformation |
Constructors
Vec3MathOpEntityData
Vec3MathOpEntityData()
Creates a new Vec3MathOpEntityData frostbite instance.
Vec3MathOpEntityData
Vec3MathOpEntityData(guid: Guid)
Creates a new Vec3MathOpEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
Vec3MathOpEntityData
Vec3MathOpEntityData(other: EntityData)
Casts an instance of type EntityData to Vec3MathOpEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to Vec3MathOpEntityData. |
Vec3MathOpEntityData
Vec3MathOpEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to Vec3MathOpEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to Vec3MathOpEntityData. |
Vec3MathOpEntityData
Vec3MathOpEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to Vec3MathOpEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to Vec3MathOpEntityData. |
Vec3MathOpEntityData
Vec3MathOpEntityData(other: DataContainer)
Casts an instance of type DataContainer to Vec3MathOpEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to Vec3MathOpEntityData. |
Properties
realm
operators
Static members
typeInfo
The type information for the Vec3MathOpEntityData type.