Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Rotator2D
C# Class Rotator2D, clockwork
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: shadowseer99/clockwork
Public Properties
Property
Type
Description
fixChildren
bool
Public Methods
Method
Description
Awake
( ) :
void
FixObj
(
Transform
obj
) :
void
FixObjs
(
Transform
obj
) :
void
Fixes obj, fixes all of obj's children if fixChildren.
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
FixObj()
public
method
public
FixObj
(
Transform
obj
) :
void
obj
Transform
return
void
FixObjs()
public
method
Fixes obj, fixes all of obj's children if fixChildren.
public
FixObjs
(
Transform
obj
) :
void
obj
Transform
return
void
Property Details
fixChildren
public_oe property
public
bool
fixChildren
return
bool