C# Class ShapePathLineRenderer, BezierPath

Inheritance: MonoBehaviour
ファイルを表示 Open project: inoook/BezierPath

Public Properties

Property Type Description
length float
p3D Vector3
path Vector3[]
sliceNum int
t_length float

Public Methods

Method Description
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
DrawLinePoints ( ) : void

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

length public_oe property

public float length
return float

p3D public_oe property

public Vector3 p3D
return Vector3

path public_oe property

public Vector3[] path
return Vector3[]

sliceNum public_oe property

public int sliceNum
return int

t_length public_oe property

public float t_length
return float