C# Class Stroke, Paint3D

Inheritance: MonoBehaviour
ファイルを表示 Open project: ivlab/Paint3D Class Usage Examples

Public Properties

Property Type Description
Vertices List

Public Methods

Method Description
AddVertex ( Vertex, v ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddVertex() public method

public AddVertex ( Vertex, v ) : void
v Vertex,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Vertices public_oe property

public List Vertices
return List