C# Class ThirdPersonPushBodies, unity-network-sample

Inheritance: MonoBehaviour
ファイルを表示 Open project: anchan828/unity-network-sample

Public Properties

Property Type Description
pushLayers LayerMask
pushPower float

Public Methods

Method Description
OnControllerColliderHit ( ControllerColliderHit hit ) : void
Start ( ) : void

Method Details

OnControllerColliderHit() public method

public OnControllerColliderHit ( ControllerColliderHit hit ) : void
hit UnityEngine.ControllerColliderHit
return void

Start() public method

public Start ( ) : void
return void

Property Details

pushLayers public_oe property

public LayerMask pushLayers
return LayerMask

pushPower public_oe property

public float pushPower
return float