Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ThreePathDrawer
C# Class ThreePathDrawer, BezierPath
Inheritance:
MonoBehaviour
ファイルを表示
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