C# Class WavePoints, ShaderProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: ellioman/ShaderProject

Protected Properties

Свойство Type Description
numOfPoints int
radius float
waves List

Méthodes protégées

Méthode Description
CalculateVertices ( Wave, wave ) : void
CreateWaveBatchAndPoints ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CalculateVertices() protected méthode

protected CalculateVertices ( Wave, wave ) : void
wave Wave,
Résultat void

CreateWaveBatchAndPoints() protected méthode

protected CreateWaveBatchAndPoints ( ) : void
Résultat void

FixedUpdate() protected méthode

protected FixedUpdate ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

numOfPoints protected_oe property

protected int numOfPoints
Résultat int

radius protected_oe property

protected float radius
Résultat float

waves protected_oe property

protected List waves
Résultat List