InspectEntityData
Inherits from GameEntityData
Summary
Constructors
InspectEntityData() |
InspectEntityData(guid: Guid) |
InspectEntityData(other: GameEntityData) |
InspectEntityData(other: SpatialEntityData) |
InspectEntityData(other: EntityData) |
InspectEntityData(other: GameObjectData) |
InspectEntityData(other: GameDataContainer) |
InspectEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
centerOffset | Vec3 |
uiName | string |
maxLookAtHeight | float |
viewPoints | InspectViewPointData[] |
cameras | TargetCameraData[] |
minLookAtHeight | float |
minDistance | float |
zoomScrollSpeed | float |
maxDistance | float |
animationSignal | AntRef |
zoomScrollAcceleration | float |
Static members
Name | Type |
---|---|
InspectEntityData.typeInfo | TypeInformation |
Constructors
InspectEntityData
InspectEntityData()
Creates a new InspectEntityData frostbite instance.
InspectEntityData
InspectEntityData(guid: Guid)
Creates a new InspectEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
InspectEntityData
InspectEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to InspectEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to InspectEntityData. |
InspectEntityData
InspectEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to InspectEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to InspectEntityData. |
InspectEntityData
InspectEntityData(other: EntityData)
Casts an instance of type EntityData to InspectEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to InspectEntityData. |
InspectEntityData
InspectEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to InspectEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to InspectEntityData. |
InspectEntityData
InspectEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to InspectEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to InspectEntityData. |
InspectEntityData
InspectEntityData(other: DataContainer)
Casts an instance of type DataContainer to InspectEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to InspectEntityData. |
Properties
centerOffset
uiName
string
maxLookAtHeight
float
viewPoints
cameras
minLookAtHeight
float
minDistance
float
zoomScrollSpeed
float
maxDistance
float
animationSignal
zoomScrollAcceleration
float
Static members
typeInfo
The type information for the InspectEntityData type.