FlapComponentData
Inherits from PartComponentData
Summary
Constructors
FlapComponentData() |
FlapComponentData(guid: Guid) |
FlapComponentData(other: PartComponentData) |
FlapComponentData(other: ComponentData) |
FlapComponentData(other: GameObjectData) |
FlapComponentData(other: GameDataContainer) |
FlapComponentData(other: DataContainer) |
Properties
Name | Type |
---|---|
rotationAxis | RotationAxisEnum |
rotationScale | float |
Static members
Name | Type |
---|---|
FlapComponentData.typeInfo | TypeInformation |
Constructors
FlapComponentData
FlapComponentData()
Creates a new FlapComponentData frostbite instance.
FlapComponentData
FlapComponentData(guid: Guid)
Creates a new FlapComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
FlapComponentData
FlapComponentData(other: PartComponentData)
Casts an instance of type PartComponentData to FlapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PartComponentData | The instance to cast to FlapComponentData. |
FlapComponentData
FlapComponentData(other: ComponentData)
Casts an instance of type ComponentData to FlapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to FlapComponentData. |
FlapComponentData
FlapComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to FlapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to FlapComponentData. |
FlapComponentData
FlapComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to FlapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to FlapComponentData. |
FlapComponentData
FlapComponentData(other: DataContainer)
Casts an instance of type DataContainer to FlapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to FlapComponentData. |
Properties
rotationAxis
rotationScale
float
Static members
typeInfo
The type information for the FlapComponentData type.