C# Class PerCGesture, Mathius_DOE

Inheritance: MonoBehaviour
ファイルを表示 Open project: RandomNPC/Mathius_DOE Class Usage Examples

Public Properties

Property Type Description
PG PerCGesture,

Public Methods

Method Description
circled ( ) : bool
getHandLocation ( ) : float[]
getResolution ( ) : int[]
getResolution ( bool &success ) : int[]
restart ( ) : void
swipedDown ( ) : bool
swipedLeft ( ) : bool
swipedRight ( ) : bool
swipedUp ( ) : bool
thumbedDown ( ) : bool
thumbedUp ( ) : bool

Private Methods

Method Description
OnDisable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

circled() public method

public circled ( ) : bool
return bool

getHandLocation() public method

public getHandLocation ( ) : float[]
return float[]

getResolution() public method

public getResolution ( ) : int[]
return int[]

getResolution() public method

public getResolution ( bool &success ) : int[]
success bool
return int[]

restart() public method

public restart ( ) : void
return void

swipedDown() public method

public swipedDown ( ) : bool
return bool

swipedLeft() public method

public swipedLeft ( ) : bool
return bool

swipedRight() public method

public swipedRight ( ) : bool
return bool

swipedUp() public method

public swipedUp ( ) : bool
return bool

thumbedDown() public method

public thumbedDown ( ) : bool
return bool

thumbedUp() public method

public thumbedUp ( ) : bool
return bool

Property Details

PG public_oe static_oe property

public static PerCGesture, PG
return PerCGesture,