com.onlineobject.objectnet Namespace

PositionNetwork..::..IsCorrectlyPositionOnPast Method (Vector3, Boolean)

Return if this object was int os closeslly this postion on past

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool IsCorrectlyPositionOnPast(

	Vector3 positionToCheck,

	bool exactlyMatch

)

Parameters

positionToCheck
Type: Vector3
Position to be checked
exactlyMatch
Type: Boolean
If true only will accept if psition matched at exclty time in past, when false any value during travel past will be accepted

Return Value