CryEngine.AreaPhysicalizeParams

CryEngine.AreaPhysicalizeParams

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...

Detailed Description

Parameters for Physicalizing an Area.

Property Documentation

◆ AreaType

AreaType CryEngine.AreaPhysicalizeParams.AreaType = AreaType.Sphere
get
set

The shape of the physical area.

◆ Axis

Vector3 CryEngine.AreaPhysicalizeParams.Axis
get
set

◆ BoxMax

Vector3 CryEngine.AreaPhysicalizeParams.BoxMax
get
set

Max of bounding box, must be set when using AreaType.Box area type.

◆ BoxMin

Vector3 CryEngine.AreaPhysicalizeParams.BoxMin
get
set

Min of bounding box, must be set when using AreaType.Box area type.

◆ BuoyancyParameters

BuoyancyParameters CryEngine.AreaPhysicalizeParams.BuoyancyParameters
get

◆ Center

Vector3 CryEngine.AreaPhysicalizeParams.Center
get
set

Center of the area.

◆ GravityParameters

AreaParameters CryEngine.AreaPhysicalizeParams.GravityParameters
get

◆ MaxHeight

float CryEngine.AreaPhysicalizeParams.MaxHeight
get
set

Maximum height of points.

◆ MinHeight

float CryEngine.AreaPhysicalizeParams.MinHeight
get
set

Must be set when using AreaType.Shape area type or AreaType.Spline.

Minimum height of points.

◆ Radius

float CryEngine.AreaPhysicalizeParams.Radius
get
set

Must be set when using AreaType.Sphere or AreaType.Cylinder area type or AreaType.Spline.