DebugComponentData

Inherits from ComponentData

Summary

Constructors

DebugComponentData()
DebugComponentData(guid: Guid)
DebugComponentData(other: ComponentData)
DebugComponentData(other: GameObjectData)
DebugComponentData(other: GameDataContainer)
DebugComponentData(other: DataContainer)

Properties

Name Type
realm Realm
debugTexture TextureAsset | nil
fullscreen bool
enable bool

Static members

Name Type
DebugComponentData.typeInfo TypeInformation

Constructors

DebugComponentData

DebugComponentData()

Creates a new DebugComponentData frostbite instance.

DebugComponentData

DebugComponentData(guid: Guid)

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

Parameters

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

DebugComponentData

DebugComponentData(other: ComponentData)

Casts an instance of type ComponentData to DebugComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to DebugComponentData.

DebugComponentData

DebugComponentData(other: GameObjectData)

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

Parameters

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

DebugComponentData

DebugComponentData(other: GameDataContainer)

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

Parameters

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

DebugComponentData

DebugComponentData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

debugTexture

TextureAsset | nil

fullscreen

bool

enable

bool

Static members

typeInfo

TypeInformation

The type information for the DebugComponentData type.

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