C# Class ThreePathDrawer, BezierPath

Inheritance: MonoBehaviour
Exibir arquivo Open project: inoook/BezierPath

Public Properties

Property Type Description
color Color
num int
points List
useGetPointAt bool

Public Methods

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

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

color public_oe property

public Color color
return Color

num public_oe property

public int num
return int

points public_oe property

public List points
return List

useGetPointAt public_oe property

public bool useGetPointAt
return bool