VegetationTreeEntityData
Inherits from VegetationBaseEntityData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| groundImpactEffect | EffectBlueprint | nil |
| stemRipEffect | EffectBlueprint | nil |
| stemPhysicsWidth | float |
| coliPlaneDepth | float |
| stemHitpoints | float |
| branchHitpoints | float |
| branchL2Hitpoints | float |
| stemStiffness | float |
| stemStiffnessSpread | float |
| branchStiffness | float |
| branchStiffnessL2 | float |
| stemBoneCount | int |
| windStem | float |
| windBranch | float |
| windBranchL2 | float |
| treeFallEffect | EffectBlueprint | nil |
| breakableJointThreshold | float |
| fallDirectionEnd | float |
| localWindEffect | EffectBlueprint | nil |
| impactThreshold | float |
| collisionImpactMultiplier | float |
| fallDirectionStart | float |
| splashDistantEffect | EffectBlueprint | nil |
| bulletImpactEffect | EffectBlueprint | nil |
| partsTimeToLive | float |
| shadowLODOffset | int |
| splashNearEffect | EffectBlueprint | nil |
| collisionEffect | EffectBlueprint | nil |
| forceFullSim | bool |
| useImpactThreshold | bool |
| usePhysicsShapes | bool |
| constraintStemB1 | bool |
| constraintStemB2 | bool |
| clientSideOnly | bool |
Static members
| Name | Type |
|---|---|
| VegetationTreeEntityData.typeInfo | TypeInformation |
Constructors
VegetationTreeEntityData
VegetationTreeEntityData()
Creates a new VegetationTreeEntityData frostbite instance.
VegetationTreeEntityData
VegetationTreeEntityData(guid: Guid)
Creates a new VegetationTreeEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
VegetationTreeEntityData
VegetationTreeEntityData(other: VegetationBaseEntityData)
Casts an instance of type VegetationBaseEntityData to VegetationTreeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | VegetationBaseEntityData | The instance to cast to VegetationTreeEntityData. |
VegetationTreeEntityData
VegetationTreeEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to VegetationTreeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameEntityData | The instance to cast to VegetationTreeEntityData. |
VegetationTreeEntityData
VegetationTreeEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to VegetationTreeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SpatialEntityData | The instance to cast to VegetationTreeEntityData. |
VegetationTreeEntityData
VegetationTreeEntityData(other: EntityData)
Casts an instance of type EntityData to VegetationTreeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to VegetationTreeEntityData. |
VegetationTreeEntityData
VegetationTreeEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to VegetationTreeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to VegetationTreeEntityData. |
VegetationTreeEntityData
VegetationTreeEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to VegetationTreeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to VegetationTreeEntityData. |
VegetationTreeEntityData
VegetationTreeEntityData(other: DataContainer)
Casts an instance of type DataContainer to VegetationTreeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to VegetationTreeEntityData. |
Properties
groundImpactEffect
EffectBlueprint | nil
stemRipEffect
EffectBlueprint | nil
stemPhysicsWidth
float
coliPlaneDepth
float
stemHitpoints
float
branchHitpoints
float
branchL2Hitpoints
float
stemStiffness
float
stemStiffnessSpread
float
branchStiffness
float
branchStiffnessL2
float
stemBoneCount
int
windStem
float
windBranch
float
windBranchL2
float
treeFallEffect
EffectBlueprint | nil
breakableJointThreshold
float
fallDirectionEnd
float
localWindEffect
EffectBlueprint | nil
impactThreshold
float
collisionImpactMultiplier
float
fallDirectionStart
float
splashDistantEffect
EffectBlueprint | nil
bulletImpactEffect
EffectBlueprint | nil
partsTimeToLive
float
shadowLODOffset
int
splashNearEffect
EffectBlueprint | nil
collisionEffect
EffectBlueprint | nil
forceFullSim
bool
useImpactThreshold
bool
usePhysicsShapes
bool
constraintStemB1
bool
constraintStemB2
bool
clientSideOnly
bool
Static members
typeInfo
The type information for the VegetationTreeEntityData type.