C# Class PlayerActionHandler, code

Inheritance: MonoBehaviour
Mostra 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_oe property

public bool beingDragged
return bool

currPos public_oe property

public Vector3 currPos
return Vector3

fingerIndex public_oe property

public int fingerIndex
return int

offset public_oe property

public Vector3 offset
return Vector3

otherObj public_oe property

public GameObject otherObj
return GameObject