C# Class ThirdPersonSimpleAnimation, unity-network-sample

Inheritance: MonoBehaviour
Mostrar archivo Open project: anchan828/unity-network-sample Class Usage Examples

Public Properties

Property Type Description
runSpeedScale float
torso Transform
walkSpeedScale float

Public Methods

Method Description
ApplyDamage ( ) : void
Awake ( ) : void
DidButtStomp ( ) : void
DidLand ( ) : void
DidPunch ( ) : void
DidWallJump ( ) : void
Update ( ) : void

Method Details

ApplyDamage() public method

public ApplyDamage ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

DidButtStomp() public method

public DidButtStomp ( ) : void
return void

DidLand() public method

public DidLand ( ) : void
return void

DidPunch() public method

public DidPunch ( ) : void
return void

DidWallJump() public method

public DidWallJump ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

runSpeedScale public_oe property

public float runSpeedScale
return float

torso public_oe property

public Transform torso
return Transform

walkSpeedScale public_oe property

public float walkSpeedScale
return float