C# 클래스 PhysicsObject, clockwork

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

공개 프로퍼티들

프로퍼티 타입 설명
curAngularVelocity float
isMovable bool
isRotatable bool

Private Properties

프로퍼티 타입 설명
HandleColliders void

공개 메소드들

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

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

Move ( ) : void
PhysicsUpdate ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
HandleColliders ( ) : void

Resets radius/area, based off of the collider values

메소드 상세

GetVelAtPoint() 공개 메소드

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

Move() 공개 메소드

public Move ( ) : void
리턴 void

PhysicsUpdate() 공개 메소드

public PhysicsUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

curAngularVelocity 공개적으로 프로퍼티

public float curAngularVelocity
리턴 float

isMovable 공개적으로 프로퍼티

public bool isMovable
리턴 bool

isRotatable 공개적으로 프로퍼티

public bool isRotatable
리턴 bool