C# Class ProjectileRenderer, asteroids-unity3d

Inheritance: MonoBehaviour
Mostra file Open project: vitorog/asteroids-unity3d

Public Methods

Method Description
AddProjectile ( Projectile, p ) : void

Private Methods

Method Description
Awake ( ) : void
CreateLineMaterial ( ) : void
DrawBoundingBox ( ) : void
DrawSquare ( float size ) : void
OnPostRender ( ) : void
RenderProjectile ( Projectile, p ) : void
Update ( ) : void

Method Details

AddProjectile() public method

public AddProjectile ( Projectile, p ) : void
p Projectile,
return void