프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BobAmplitude | Vector4 | ||
BobMaxInputVelocity | float | ||
BobRate | Vector4 | ||
BobStepCallback | BobStepDelegate | ||
BobStepThreshold | float | ||
Controller | CharacterController | ||
MouseAcceleration | bool | ||
MouseAccelerationThreshold | float | ||
MouseSensitivity | Vector2 | ||
MouseSmoothSteps | int | ||
MouseSmoothWeight | float | ||
Persist | bool | ||
PositionGroundLimit | float | ||
PositionKneeling | float | ||
PositionOffset | Vector3 | ||
PositionSpring2Damping | float | ||
PositionSpring2Stiffness | float | ||
PositionSpringDamping | float | ||
PositionSpringStiffness | float | ||
RenderingFieldOfView | float | ||
RenderingZoomDamping | float | ||
RotationKneeling | float | ||
RotationPitchLimit | Vector2 | ||
RotationSpringDamping | float | ||
RotationSpringStiffness | float | ||
RotationStrafeRoll | float | ||
RotationYawLimit | Vector2 | ||
ShakeAmplitude | Vector3 | ||
ShakeSpeed | float |
메소드 | 설명 | |
---|---|---|
AddForce ( Vector3 force ) : void | ||
AddForce ( float x, float y, float z ) : void | ||
AddForce2 ( Vector3 force ) : void | ||
AddForce2 ( float x, float y, float z ) : void | ||
AddRollForce ( float force ) : void | ||
ApplyFallImpact ( float impact ) : void | ||
Awake ( ) : void | ||
DoBomb ( float force ) : void | ||
DoEarthQuake ( float x, float y, float duration ) : void | ||
DoStomp ( float force ) : void | ||
FixedUpdate ( ) : void | ||
LateUpdate ( ) : void | ||
Load ( int weapon, string path ) : void | ||
Load ( string path ) : void | ||
RefreshSettings ( ) : void | ||
SetAngle ( float yaw, float pitch ) : void | ||
SetWeapon ( int i ) : void | ||
SetWeaponLayer ( int layer ) : void | ||
SnapSprings ( ) : void | ||
SnapZoom ( ) : void | ||
StopEarthQuake ( ) : void | ||
StopSprings ( ) : void | ||
Update ( ) : void | ||
Zoom ( ) : void |
메소드 | 설명 | |
---|---|---|
DetectBobStep ( float speed, float upBob ) : void | ||
DetectFallingImpact ( ) : void | ||
DoBob ( float speed ) : void | ||
DoSwaying ( Vector3 velocity ) : void | ||
UpdateEarthQuake ( ) : void | ||
UpdateForces ( ) : void | ||
UpdateMouseLook ( ) : void | ||
UpdateShakes ( ) : void | ||
UpdateZoom ( ) : void |
public AddForce ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
리턴 | void |
public AddForce2 ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
리턴 | void |
public DoEarthQuake ( float x, float y, float duration ) : void | ||
x | float | |
y | float | |
duration | float | |
리턴 | void |