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