UnlockableTextureSliceCollection
Inherits from DataContainer
Summary
Constructors
| UnlockableTextureSliceCollection() |
| UnlockableTextureSliceCollection(guid: Guid) |
| UnlockableTextureSliceCollection(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| defaultValue | int |
| possibleValues | TextureSliceUnlockPartData[] |
Static members
| Name | Type |
|---|---|
| UnlockableTextureSliceCollection.typeInfo | TypeInformation |
Constructors
UnlockableTextureSliceCollection
UnlockableTextureSliceCollection()
Creates a new UnlockableTextureSliceCollection frostbite instance.
UnlockableTextureSliceCollection
UnlockableTextureSliceCollection(guid: Guid)
Creates a new UnlockableTextureSliceCollection frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UnlockableTextureSliceCollection
UnlockableTextureSliceCollection(other: DataContainer)
Casts an instance of type DataContainer to UnlockableTextureSliceCollection. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UnlockableTextureSliceCollection. |
Properties
defaultValue
int
possibleValues
Static members
typeInfo
The type information for the UnlockableTextureSliceCollection type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)