Parameters for Physicalizing an Area. More...
Inherits CryEngine.EntityPhysicalizeParams.
Properties | |
| BuoyancyParameters | BuoyancyParameters [get] |
| AreaParameters | GravityParameters [get] |
| AreaType | AreaType = AreaType.Sphere [get, set] |
| The shape of the physical area. More... | |
| float | Radius [get, set] |
| Must be set when using AreaType.Sphere or AreaType.Cylinder area type or AreaType.Spline. More... | |
| Vector3 | BoxMin [get, set] |
| Min of bounding box, must be set when using AreaType.Box area type. More... | |
| Vector3 | BoxMax [get, set] |
| Max of bounding box, must be set when using AreaType.Box area type. More... | |
| float | MinHeight [get, set] |
| Must be set when using AreaType.Shape area type or AreaType.Spline. More... | |
| float | MaxHeight [get, set] |
| Maximum height of points. More... | |
| Vector3 | Center [get, set] |
| Center of the area. More... | |
| Vector3 | Axis [get, set] |
Properties inherited from CryEngine.EntityPhysicalizeParams | |
| PhysicsEntityFlags | Flags [get, set] |
| int | Slot = -1 [get, set] |
| Index of the object slot. -1 if all slots should be used. More... | |
| float | Density = -1 [get, set] |
| The density of the entity. Only one either Density or Mass must be set. The parameter that is set to 0 is ignored. More... | |
| float | Mass = -1 [get, set] |
| The mass of the entity in Kilograms. Only one either Density or Mass must be set. The parameter that is set to 0 is ignored. More... | |
| int | FlagsAND = -1 [get, set] |
| Optional physical flag. More... | |
| int | FlagsOR [get, set] |
| Optional physical flag. More... | |
| string | PropertyOverrides [get, set] |
| An optional string with text properties overrides for CGF nodes. More... | |
Parameters for Physicalizing an Area.
|
get set |
The shape of the physical area.
|
get set |
|
get set |
Max of bounding box, must be set when using AreaType.Box area type.
|
get set |
Min of bounding box, must be set when using AreaType.Box area type.
|
get |
|
get set |
Center of the area.
|
get |
|
get set |
Maximum height of points.
|
get set |
Must be set when using AreaType.Shape area type or AreaType.Spline.
Minimum height of points.
|
get set |
Must be set when using AreaType.Sphere or AreaType.Cylinder area type or AreaType.Spline.