C# Class PlayerActionHandler, code

Inheritance: MonoBehaviour
Show file Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
beingDragged bool
currPos Vector3
fingerIndex int
offset Vector3
otherObj GameObject

Private Methods

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

Property Details

beingDragged public property

public bool beingDragged
return bool

currPos public property

public Vector3 currPos
return Vector3

fingerIndex public property

public int fingerIndex
return int

offset public property

public Vector3 offset
return Vector3

otherObj public property

public GameObject otherObj
return GameObject