C# Class WavePoints, ShaderProject

Inheritance: MonoBehaviour
Datei anzeigen Open project: ellioman/ShaderProject

Protected Properties

Property Type Description
numOfPoints int
radius float
waves List

Protected Methods

Method Description
CalculateVertices ( Wave, wave ) : void
CreateWaveBatchAndPoints ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CalculateVertices() protected method

protected CalculateVertices ( Wave, wave ) : void
wave Wave,
return void

CreateWaveBatchAndPoints() protected method

protected CreateWaveBatchAndPoints ( ) : void
return void

FixedUpdate() protected method

protected FixedUpdate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

numOfPoints protected_oe property

protected int numOfPoints
return int

radius protected_oe property

protected float radius
return float

waves protected_oe property

protected List waves
return List