C# 클래스 PlayerShipRenderer, asteroids-unity3d

상속: MonoBehaviour
파일 보기 프로젝트 열기: vitorog/asteroids-unity3d

공개 메소드들

메소드 설명
AddObject ( GameObject ship ) : void
AddPlayerShip ( PlayerShip, player_ship ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CreateLineMaterial ( ) : void
DrawBoundingBox ( ) : void
DrawLines ( ) : void
DrawSquares ( float size ) : void
OnPostRender ( ) : void
RenderShip ( GameObject obj ) : void
Update ( ) : void

메소드 상세

AddObject() 공개 메소드

public AddObject ( GameObject ship ) : void
ship GameObject
리턴 void

AddPlayerShip() 공개 메소드

public AddPlayerShip ( PlayerShip, player_ship ) : void
player_ship PlayerShip,
리턴 void