C# 클래스 GravityManager, EarthDefence

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

공개 프로퍼티들

프로퍼티 타입 설명
GRAVITY_CONSTANT float
MASS_EARTH float
MASS_MOON float

비공개 메소드들

메소드 설명
AddTrailRenderers ( ) : void
FindGravitatables ( ) : void
FindPlanets ( ) : void
PullGravitatables ( ) : void
PushPerp ( ) : void
Start ( ) : void
Update ( ) : void

프로퍼티 상세

GRAVITY_CONSTANT 공개적으로 정적으로 프로퍼티

public static float GRAVITY_CONSTANT
리턴 float

MASS_EARTH 공개적으로 정적으로 프로퍼티

public static float MASS_EARTH
리턴 float

MASS_MOON 공개적으로 정적으로 프로퍼티

public static float MASS_MOON
리턴 float