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