C# 클래스 PhysicsManager.GearSet, clockwork

Manages a collection of interacting gears
파일 보기 프로젝트 열기: shadowseer99/clockwork

공개 프로퍼티들

프로퍼티 타입 설명
gears List
index int
isMovable bool
relations List
totalAngularMomentum float
totalMomentOfInertia float

공개 메소드들

메소드 설명
AnalyzeRelations ( ) : void
GearSet ( int index = -1 ) : System
Reset ( int index = -1 ) : void
ToString ( ) : string
TryAddObj ( CollidingObject, obj, CollidingObject, oldObj ) : bool
UpdateObjects ( ) : void
UpdateRelations ( ) : void

메소드 상세

AnalyzeRelations() 공개 메소드

public AnalyzeRelations ( ) : void
리턴 void

GearSet() 공개 메소드

public GearSet ( int index = -1 ) : System
index int
리턴 System

Reset() 공개 메소드

public Reset ( int index = -1 ) : void
index int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryAddObj() 공개 메소드

public TryAddObj ( CollidingObject, obj, CollidingObject, oldObj ) : bool
obj CollidingObject,
oldObj CollidingObject,
리턴 bool

UpdateObjects() 공개 메소드

public UpdateObjects ( ) : void
리턴 void

UpdateRelations() 공개 메소드

public UpdateRelations ( ) : void
리턴 void

프로퍼티 상세

gears 공개적으로 프로퍼티

public List gears
리턴 List

index 공개적으로 프로퍼티

public int index
리턴 int

isMovable 공개적으로 프로퍼티

public bool isMovable
리턴 bool

relations 공개적으로 프로퍼티

public List relations
리턴 List

totalAngularMomentum 공개적으로 프로퍼티

public float totalAngularMomentum
리턴 float

totalMomentOfInertia 공개적으로 프로퍼티

public float totalMomentOfInertia
리턴 float