프로퍼티 | 타입 | 설명 | |
---|---|---|---|
alwaysRun | bool | ||
runAction | string |
메소드 | 설명 | |
---|---|---|
GetPostUpdateActions ( ) : PostUpdateActions | ||
Move ( float spdy, float &smoothing, float accTime ) : void |
Horizontal movement based on current input
|
|
OnActionDown ( string _action ) : void |
input.onActionDown
|
|
OnActionUp ( string _action ) : void |
input.onActionUp
|
|
OnEnable ( ) : void | ||
PerformAction ( float delta ) : void |
Do horizontal movement
|
|
Reset ( ) : void |
Reset SmoothDamp
|
public GetPostUpdateActions ( ) : PostUpdateActions | ||
리턴 | PostUpdateActions |
public Move ( float spdy, float &smoothing, float accTime ) : void | ||
spdy | float | |
smoothing | float | |
accTime | float | |
리턴 | void |