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