C# Class KeyInput_half_joint, RRS

Inheritance: MonoBehaviour
显示文件 Open project: cxdcxd/RRS

Public Properties

Property Type Description
speed float

Public Methods

Method Description
RotateTo ( float primaryAxisRotation ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CurrentPrimaryAxisRotation ( ) : float

Method Details

RotateTo() public method

public RotateTo ( float primaryAxisRotation ) : void
primaryAxisRotation float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public_oe property

public float speed
return float