Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ShapePathLineRenderer
C# Class ShapePathLineRenderer, BezierPath
Inheritance:
MonoBehaviour
Exibir arquivo
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