C# Class SystemWipeRecognizerListener

Inheritance: MonoBehaviour
Mostrar archivo Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
Instance SystemWipeRecognizerListener,

Public Methods

Method Description
Awake ( ) : void

Singleton pattern

OnDisable ( ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

Awake() public method

Singleton pattern
public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Instance public_oe static_oe property

public static SystemWipeRecognizerListener, Instance
return SystemWipeRecognizerListener,