C# 클래스 AsteroidRenderer, asteroids-unity3d

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

공개 메소드들

메소드 설명
AddObject ( Asteroid, asteroid, int type ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CreateLineMaterial ( ) : void
DrawBoundingBox ( ) : void
DrawLines ( int index ) : void
DrawSquares ( float size, int index ) : void
OnPostRender ( ) : void
RenderAsteroid ( Asteroid, asteroid, int index ) : void
Update ( ) : void

메소드 상세

AddObject() 공개 메소드

public AddObject ( Asteroid, asteroid, int type ) : void
asteroid Asteroid,
type int
리턴 void