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