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