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