C# Class ButtonCaller

Inheritance: MonoBehaviour
Datei anzeigen Open project: SNUGDC/stardust

Public Properties

Property Type Description
Buttontag string
active bool
smoothTime float

Public Methods

Method Description
ButtonCall ( ) : void
ButtonExit ( ) : void
OnMouseDown ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ButtonCall() public method

public ButtonCall ( ) : void
return void

ButtonExit() public method

public ButtonExit ( ) : void
return void

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Buttontag public_oe property

public string Buttontag
return string

active public_oe property

public bool active
return bool

smoothTime public_oe property

public float smoothTime
return float