C# Class ThreePathDrawer, BezierPath

Inheritance: MonoBehaviour
Afficher le fichier Open project: inoook/BezierPath

Méthodes publiques

Свойство Type Description
color Color
num int
points List
useGetPointAt bool

Méthodes publiques

Méthode Description
OnDrawGizmos ( ) : void
Start ( ) : void

Method Details

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color

num public_oe property

public int num
Résultat int

points public_oe property

public List points
Résultat List

useGetPointAt public_oe property

public bool useGetPointAt
Résultat bool