C# Class Mini, ES2015C

Inheritance: MonoBehaviour
Mostrar archivo Open project: jgirald/ES2015C Class Usage Examples

Public Properties

Property Type Description
dragSpeed float
x float
y float

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
click ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

click() public method

public click ( ) : void
return void

Property Details

dragSpeed public_oe property

public float dragSpeed
return float

x public_oe property

public float x
return float

y public_oe property

public float y
return float