C# Class SkaterNewMover, Unity3D

Inheritance: MonoBehaviour
Show file 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 property

public float decayRate
return float

direction public property

public int direction
return int

maxSpeed public property

public float maxSpeed
return float

pedalInput public property

public float pedalInput
return float

raycastMask public property

public LayerMask raycastMask
return LayerMask

rotateSpeed public property

public float rotateSpeed
return float

speed public property

public float speed
return float