VisualEnvironmentBlueprint
Inherits from ObjectBlueprint
Summary
Constructors
VisualEnvironmentBlueprint() |
VisualEnvironmentBlueprint(guid: Guid) |
VisualEnvironmentBlueprint(other: ObjectBlueprint) |
VisualEnvironmentBlueprint(other: Blueprint) |
VisualEnvironmentBlueprint(other: EntityBusData) |
VisualEnvironmentBlueprint(other: DataBusData) |
VisualEnvironmentBlueprint(other: Asset) |
VisualEnvironmentBlueprint(other: DataContainer) |
Static members
Name | Type |
---|---|
VisualEnvironmentBlueprint.typeInfo | TypeInformation |
Constructors
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint()
Creates a new VisualEnvironmentBlueprint frostbite instance.
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint(guid: Guid)
Creates a new VisualEnvironmentBlueprint frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint(other: ObjectBlueprint)
Casts an instance of type ObjectBlueprint to VisualEnvironmentBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ObjectBlueprint | The instance to cast to VisualEnvironmentBlueprint. |
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint(other: Blueprint)
Casts an instance of type Blueprint to VisualEnvironmentBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Blueprint | The instance to cast to VisualEnvironmentBlueprint. |
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint(other: EntityBusData)
Casts an instance of type EntityBusData to VisualEnvironmentBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityBusData | The instance to cast to VisualEnvironmentBlueprint. |
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint(other: DataBusData)
Casts an instance of type DataBusData to VisualEnvironmentBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataBusData | The instance to cast to VisualEnvironmentBlueprint. |
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint(other: Asset)
Casts an instance of type Asset to VisualEnvironmentBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to VisualEnvironmentBlueprint. |
VisualEnvironmentBlueprint
VisualEnvironmentBlueprint(other: DataContainer)
Casts an instance of type DataContainer to VisualEnvironmentBlueprint. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VisualEnvironmentBlueprint. |
Static members
typeInfo
The type information for the VisualEnvironmentBlueprint type.