StanceFilterComponentData
Inherits from ComponentData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| validStances | int[] |
| stanceChangeTime | float |
| actionsToFilter | ActionSuppressor[] |
| filterSpecificActions | bool |
| undoParentStanceFilter | bool |
Static members
| Name | Type |
|---|---|
| StanceFilterComponentData.typeInfo | TypeInformation |
Constructors
StanceFilterComponentData
StanceFilterComponentData()
Creates a new StanceFilterComponentData frostbite instance.
StanceFilterComponentData
StanceFilterComponentData(guid: Guid)
Creates a new StanceFilterComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
StanceFilterComponentData
StanceFilterComponentData(other: ComponentData)
Casts an instance of type ComponentData to StanceFilterComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | ComponentData | The instance to cast to StanceFilterComponentData. |
StanceFilterComponentData
StanceFilterComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to StanceFilterComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to StanceFilterComponentData. |
StanceFilterComponentData
StanceFilterComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to StanceFilterComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to StanceFilterComponentData. |
StanceFilterComponentData
StanceFilterComponentData(other: DataContainer)
Casts an instance of type DataContainer to StanceFilterComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to StanceFilterComponentData. |
Properties
validStances
int[]
stanceChangeTime
float
actionsToFilter
filterSpecificActions
bool
undoParentStanceFilter
bool
Static members
typeInfo
The type information for the StanceFilterComponentData type.