C# 클래스 EnviroGear, clockwork

상속: MonoBehaviour
파일 보기 프로젝트 열기: shadowseer99/clockwork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
angularAcceleration float
curAngularVelocity float
isGolden bool
isMovable bool
mass float
maxAngularVelocity float
momentOfIntertia float

보호된 프로퍼티들

프로퍼티 타입 설명
radius float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
GetVelAtPoint ( Vector3 point ) : Vector3

Returns the speed of an object rotating around this gear at the given point.

OnTriggerEnter ( Collider coll ) : void
OnTriggerExit ( Collider coll ) : void
OnTriggerStay ( Collider coll ) : void
Start ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

GetVelAtPoint() 공개 메소드

Returns the speed of an object rotating around this gear at the given point.
public GetVelAtPoint ( Vector3 point ) : Vector3
point Vector3
리턴 Vector3

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider coll ) : void
coll Collider
리턴 void

OnTriggerExit() 공개 메소드

public OnTriggerExit ( Collider coll ) : void
coll Collider
리턴 void

OnTriggerStay() 공개 메소드

public OnTriggerStay ( Collider coll ) : void
coll Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

angularAcceleration 공개적으로 프로퍼티

public float angularAcceleration
리턴 float

curAngularVelocity 공개적으로 프로퍼티

public float curAngularVelocity
리턴 float

isGolden 공개적으로 프로퍼티

public bool isGolden
리턴 bool

isMovable 공개적으로 프로퍼티

public bool isMovable
리턴 bool

mass 공개적으로 프로퍼티

public float mass
리턴 float

maxAngularVelocity 공개적으로 프로퍼티

public float maxAngularVelocity
리턴 float

momentOfIntertia 공개적으로 프로퍼티

public float momentOfIntertia
리턴 float

radius 보호되어 있는 프로퍼티

protected float radius
리턴 float