C# Class Stroke, Paint3D

Inheritance: MonoBehaviour
Afficher le fichier Open project: ivlab/Paint3D Class Usage Examples

Méthodes publiques

Свойство Type Description
Vertices List

Méthodes publiques

Méthode Description
AddVertex ( Vertex, v ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddVertex() public méthode

public AddVertex ( Vertex, v ) : void
v Vertex,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Vertices public_oe property

public List Vertices
Résultat List