C# 클래스 CryEngine.PhysicalizationParams

파일 보기 프로젝트 열기: PoppermostProductions/CryMono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
attachToPart int
copyJointVelocities bool
density float
flagsAND PhysicalizationFlags
flagsOR PhysicalizationFlags
livingDimensions PlayerDimensionsParameters
livingDynamics PlayerDynamicsParameters
lod int
mass float
particleParameters ParticleParameters
slot int
stiffnessScale float

공개 메소드들

메소드 설명
PhysicalizationParams ( PhysicalizationType _type ) : System

메소드 상세

PhysicalizationParams() 공개 메소드

public PhysicalizationParams ( PhysicalizationType _type ) : System
_type PhysicalizationType
리턴 System

프로퍼티 상세

attachToPart 공개적으로 프로퍼티

Part ID in entity to attach to (Only for Soft physical entity).
public int attachToPart
리턴 int

copyJointVelocities 공개적으로 프로퍼티

Copy joints velocities when converting a character to ragdoll.
public bool copyJointVelocities
리턴 bool

density 공개적으로 프로퍼티

Only one either density or mass must be set, parameter set to 0 is ignored.
public float density
리턴 float

flagsAND 공개적으로 프로퍼티

public PhysicalizationFlags flagsAND
리턴 PhysicalizationFlags

flagsOR 공개적으로 프로퍼티

public PhysicalizationFlags flagsOR
리턴 PhysicalizationFlags

livingDimensions 공개적으로 프로퍼티

Player dimensions, only applicable when type is set to PhysicalizationType.Living.
public PlayerDimensionsParameters,CryEngine livingDimensions
리턴 PlayerDimensionsParameters

livingDynamics 공개적으로 프로퍼티

Player dynamics, only applicable when type is set to PhysicalizationType.Living.
public PlayerDynamicsParameters,CryEngine livingDynamics
리턴 PlayerDynamicsParameters

lod 공개적으로 프로퍼티

When physicalizing geometry can specify to use physics from different LOD. Used for characters that have ragdoll physics in Lod1
public int lod
리턴 int

mass 공개적으로 프로퍼티

public float mass
리턴 float

particleParameters 공개적으로 프로퍼티

Particle parameters, only applicable when type is set to PhysicalizationType.Particle.
public ParticleParameters,CryEngine particleParameters
리턴 ParticleParameters

slot 공개적으로 프로퍼티

Index of object slot, -1 if all slots should be used.
public int slot
리턴 int

stiffnessScale 공개적으로 프로퍼티

Used for character physicalization (Scale of force in character joint's springs).
public float stiffnessScale
리턴 float