ARGetHitTestType
Description
Returns the type of surface detected, 1=plane, usually horizontal, 0=point, usually a wall or other object, -1=unknown.
Definition
integer ARGetHitTestType( index )
int agk::ARGetHitTestType( int index )
Parameters
- index - The index of the hit test result to check, starting with index 1.