C# Class InputInterface, sprint_workshop

Inheritance: MonoBehaviour
Exibir arquivo Open project: hekk/sprint_workshop Class Usage Examples

Public Properties

Property Type Description
maxTouch int

Public Methods

Method Description
Activate ( ) : void
Awake ( ) : void
GetReverseProjection ( GameObject gameObject ) : Vector3
GetReverseProjection ( GameObject gameObject, Vector3 position ) : Vector3
Inactivate ( ) : void
OnGUI ( ) : void
Update ( ) : void
isCancel ( ) : bool
isClick ( ) : bool
isClickEnd ( ) : bool
isMove ( ) : bool
isStationary ( ) : bool

Method Details

Activate() public static method

public static Activate ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

GetReverseProjection() public static method

public static GetReverseProjection ( GameObject gameObject ) : Vector3
gameObject GameObject
return Vector3

GetReverseProjection() public static method

public static GetReverseProjection ( GameObject gameObject, Vector3 position ) : Vector3
gameObject GameObject
position Vector3
return Vector3

Inactivate() public static method

public static Inactivate ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

isCancel() public static method

public static isCancel ( ) : bool
return bool

isClick() public static method

public static isClick ( ) : bool
return bool

isClickEnd() public static method

public static isClickEnd ( ) : bool
return bool

isMove() public static method

public static isMove ( ) : bool
return bool

isStationary() public static method

public static isStationary ( ) : bool
return bool

Property Details

maxTouch public_oe property

public int maxTouch
return int