TreeNodeBase

Inherits from DataContainer

Summary

Constructors

TreeNodeBase()
TreeNodeBase(guid: Guid)
TreeNodeBase(other: DataContainer)

Properties

Name Type
nodeName string

Static members

Name Type
TreeNodeBase.typeInfo TypeInformation

Constructors

TreeNodeBase

TreeNodeBase()

Creates a new TreeNodeBase frostbite instance.

TreeNodeBase

TreeNodeBase(guid: Guid)

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

Parameters

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

TreeNodeBase

TreeNodeBase(other: DataContainer)

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

Parameters

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

Properties

nodeName

string

Static members

typeInfo

TypeInformation

The type information for the TreeNodeBase type.

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