C# Class Universe.Physics.PrimMesher.PathNode

Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
percentOfPath float
position Coord
rotation Quat
xScale float
yScale float

Property Details

percentOfPath public property

public float percentOfPath
return float

position public property

public Coord position
return Coord

rotation public property

public Quat,Universe.Physics.PrimMesher rotation
return Quat

xScale public property

public float xScale
return float

yScale public property

public float yScale
return float