C# 클래스 Nez.SpringGrid.PointMass

파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
inverseMass float
position Vector3
velocity Vector3

공개 메소드들

메소드 설명
PointMass ( Vector3 position, float invMass ) : System.Collections.Generic
applyForce ( Vector3 force ) : void
increaseDamping ( float factor ) : void
update ( ) : void

메소드 상세

PointMass() 공개 메소드

public PointMass ( Vector3 position, float invMass ) : System.Collections.Generic
position Vector3
invMass float
리턴 System.Collections.Generic

applyForce() 공개 메소드

public applyForce ( Vector3 force ) : void
force Vector3
리턴 void

increaseDamping() 공개 메소드

public increaseDamping ( float factor ) : void
factor float
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

inverseMass 공개적으로 프로퍼티

public float inverseMass
리턴 float

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

velocity 공개적으로 프로퍼티

public Vector3 velocity
리턴 Vector3