C# Class DetectTouchMovement, Team4BabelGame

Inheritance: MonoBehaviour
ファイルを表示 Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
pinchDistance float
pinchDistanceDelta float
turnAngle float
turnAngleDelta float

Public Methods

Method Description
Calculate ( ) : void

Private Methods

Method Description
Angle ( Vector2 pos1, Vector2 pos2 ) : float

Method Details

Calculate() public static method

public static Calculate ( ) : void
return void

Property Details

pinchDistance public_oe static_oe property

public static float pinchDistance
return float

pinchDistanceDelta public_oe static_oe property

public static float pinchDistanceDelta
return float

turnAngle public_oe static_oe property

public static float turnAngle
return float

turnAngleDelta public_oe static_oe property

public static float turnAngleDelta
return float