C# Class App.MoveLineRenderer, plausible-deniability

Mostra file Open project: ad510/plausible-deniability

Public Properties

Property Type Description
gameObject GameObject
mesh Mesh

Public Methods

Method Description
MoveLineRenderer ( Color color ) : System
draw ( List moveLines, App app, long time, float depth ) : void call mesh.Clear() before calling this

Method Details

MoveLineRenderer() public method

public MoveLineRenderer ( Color color ) : System
color Color
return System

draw() public method

call mesh.Clear() before calling this
public draw ( List moveLines, App app, long time, float depth ) : void
moveLines List
app App
time long
depth float
return void

Property Details

gameObject public_oe property

public GameObject gameObject
return GameObject

mesh public_oe property

public Mesh mesh
return Mesh