Property | Type | Description | |
---|---|---|---|
Parametr | string | ||
anim | |||
run | bool | ||
time | float | ||
translate | |||
walk | bool |
Method | Description | |
---|---|---|
Run ( string parametr2 ) : |
Run the object.
|
|
Start ( ) : void |
Start this instance.
|
|
playAnim ( bool start ) : void |
Plaies the animation.
|
|
thisActivate ( ) : void |
Method | Description | |
---|---|---|
Running ( ) : IEnumerator |
Running this object.
|
|
Walk ( ) : IEnumerator |
Walk this objec.
|
public Run ( string parametr2 ) : |
||
parametr2 | string | name of animation for run |
return |
public playAnim ( bool start ) : void | ||
start | bool | If set to |
return | void |