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