C# Class PlayerShipRenderer, asteroids-unity3d

Inheritance: MonoBehaviour
Afficher le fichier Open project: vitorog/asteroids-unity3d

Méthodes publiques

Méthode Description
AddObject ( GameObject ship ) : void
AddPlayerShip ( PlayerShip, player_ship ) : void

Private Methods

Méthode Description
Awake ( ) : void
CreateLineMaterial ( ) : void
DrawBoundingBox ( ) : void
DrawLines ( ) : void
DrawSquares ( float size ) : void
OnPostRender ( ) : void
RenderShip ( GameObject obj ) : void
Update ( ) : void

Method Details

AddObject() public méthode

public AddObject ( GameObject ship ) : void
ship GameObject
Résultat void

AddPlayerShip() public méthode

public AddPlayerShip ( PlayerShip, player_ship ) : void
player_ship PlayerShip,
Résultat void