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
DrawRope
C# Class DrawRope, Obsolete
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: Orihaus/Obsolete
Class Usage Examples
Public Properties
Property
Type
Description
a
float
endAnchor
Transform
endPoint
Vector3
segments
int
startAnchor
Transform
startPoint
Vector3
Public Methods
Method
Description
Awake
( ) :
void
RedrawRope
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
RedrawRope()
public
method
public
RedrawRope
( ) :
void
return
void
Property Details
a
public_oe property
public
float
a
return
float
endAnchor
public_oe property
public
Transform
endAnchor
return
Transform
endPoint
public_oe property
public
Vector3
endPoint
return
Vector3
segments
public_oe property
public
int
segments
return
int
startAnchor
public_oe property
public
Transform
startAnchor
return
Transform
startPoint
public_oe property
public
Vector3
startPoint
return
Vector3