C# Class EnemyShipRenderer, asteroids-unity3d

Inheritance: MonoBehaviour
Mostrar archivo Open project: vitorog/asteroids-unity3d

Public Methods

Method Description
AddEnemyShip ( EnemyShip, enemy_ship ) : void

Private Methods

Method Description
Awake ( ) : void
CreateLineMaterial ( ) : void
DrawBoundingBox ( ) : void
DrawLines ( ) : void
DrawSquares ( float size ) : void
OnPostRender ( ) : void
RenderShip ( EnemyShip, enemy_ship ) : void
Update ( ) : void

Method Details

AddEnemyShip() public method

public AddEnemyShip ( EnemyShip, enemy_ship ) : void
enemy_ship EnemyShip,
return void