C# 클래스 EnemyShipRenderer, asteroids-unity3d

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

공개 메소드들

메소드 설명
AddEnemyShip ( EnemyShip, enemy_ship ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CreateLineMaterial ( ) : void
DrawBoundingBox ( ) : void
DrawLines ( ) : void
DrawSquares ( float size ) : void
OnPostRender ( ) : void
RenderShip ( EnemyShip, enemy_ship ) : void
Update ( ) : void

메소드 상세

AddEnemyShip() 공개 메소드

public AddEnemyShip ( EnemyShip, enemy_ship ) : void
enemy_ship EnemyShip,
리턴 void