C# Class PathPoint, BezierPath

Inheritance: MonoBehaviour
Mostra file Open project: inoook/BezierPath Class Usage Examples

Public Properties

Property Type Description
x float
y float
z float

Public Methods

Method Description
PathPoint ( float x, float y, float z ) : System.Collections

Method Details

PathPoint() public method

public PathPoint ( float x, float y, float z ) : System.Collections
x float
y float
z float
return System.Collections

Property Details

x public_oe property

public float x
return float

y public_oe property

public float y
return float

z public_oe property

public float z
return float