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