프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |