C# Class SkaterNewMover, Unity3D

Inheritance: MonoBehaviour
Exibir arquivo Open project: k-lock/Unity3D

Public Properties

Property Type Description
decayRate float
direction int
maxSpeed float
pedalInput float
raycastMask LayerMask
rotateSpeed float
speed float

Public Methods

Method Description
Awake ( ) : void
Draw_Rays ( ) : void
Force ( ) : void
GUI_INFO ( ) : void
OnGUI ( ) : void
Pedal ( ) : void
Start ( ) : void
Steer ( ) : void
Throttle ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Draw_Rays() public method

public Draw_Rays ( ) : void
return void

Force() public method

public Force ( ) : void
return void

GUI_INFO() public method

public GUI_INFO ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Pedal() public method

public Pedal ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Steer() public method

public Steer ( ) : void
return void

Throttle() public method

public Throttle ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

decayRate public_oe property

public float decayRate
return float

direction public_oe property

public int direction
return int

maxSpeed public_oe property

public float maxSpeed
return float

pedalInput public_oe property

public float pedalInput
return float

raycastMask public_oe property

public LayerMask raycastMask
return LayerMask

rotateSpeed public_oe property

public float rotateSpeed
return float

speed public_oe property

public float speed
return float