C# Class MeshPulser, PaperCowboys

This component makes the attached mesh grow and shrink in regular intervals
Inheritance: MonoBehaviour
Afficher le fichier Open project: Gamieon/PaperCowboys

Méthodes publiques

Свойство Type Description
amplitude float
speed float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

amplitude public_oe property

The size of the pulse
public float amplitude
Résultat float

speed public_oe property

The rate at which the mesh pulses
public float speed
Résultat float