C# 클래스 CryEngine.ColliderInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
foreignId PhysicsForeignIdentifiers
iPrim short
mass float
materialId short
partId int
velocity Vec3

프로퍼티 상세

foreignId 공개적으로 프로퍼티

public PhysicsForeignIdentifiers foreignId
리턴 PhysicsForeignIdentifiers

iPrim 공개적으로 프로퍼티

public short iPrim
리턴 short

mass 공개적으로 프로퍼티

public float mass
리턴 float

materialId 공개적으로 프로퍼티

public short materialId
리턴 short

partId 공개적으로 프로퍼티

public int partId
리턴 int

velocity 공개적으로 프로퍼티

Velocity at the contact point
public Vec3,CryEngine velocity
리턴 Vec3