PropertyDebugEntityData

Inherits from EntityData

Summary

Constructors

PropertyDebugEntityData()
PropertyDebugEntityData(guid: Guid)
PropertyDebugEntityData(other: EntityData)
PropertyDebugEntityData(other: GameObjectData)
PropertyDebugEntityData(other: GameDataContainer)
PropertyDebugEntityData(other: DataContainer)

Properties

Name Type
vec3Value Vec3
textColor Vec3
screenPosition Vec2
transformValue LinearTransform
vec2Value Vec2
valuePrefix string
realm Realm
floatValue float
intValue int
textScale float
stringValue string
defaultVisible bool
boolValue bool
multiline bool

Static members

Name Type
PropertyDebugEntityData.typeInfo TypeInformation

Constructors

PropertyDebugEntityData

PropertyDebugEntityData()

Creates a new PropertyDebugEntityData frostbite instance.

PropertyDebugEntityData

PropertyDebugEntityData(guid: Guid)

Creates a new PropertyDebugEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PropertyDebugEntityData

PropertyDebugEntityData(other: EntityData)

Casts an instance of type EntityData to PropertyDebugEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to PropertyDebugEntityData.

PropertyDebugEntityData

PropertyDebugEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to PropertyDebugEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to PropertyDebugEntityData.

PropertyDebugEntityData

PropertyDebugEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to PropertyDebugEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to PropertyDebugEntityData.

PropertyDebugEntityData

PropertyDebugEntityData(other: DataContainer)

Casts an instance of type DataContainer to PropertyDebugEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PropertyDebugEntityData.

Properties

vec3Value

Vec3

textColor

Vec3

screenPosition

Vec2

transformValue

LinearTransform

vec2Value

Vec2

valuePrefix

string

realm

Realm

floatValue

float

intValue

int

textScale

float

stringValue

string

defaultVisible

bool

boolValue

bool

multiline

bool

Static members

typeInfo

TypeInformation

The type information for the PropertyDebugEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)