INTERNAL_CALL_ResetCullingMatrix() private method

private INTERNAL_CALL_ResetCullingMatrix ( Camera self ) : void
self Camera
return void
Ejemplo n.º 1
0
 public void ResetCullingMatrix()
 {
     Camera.INTERNAL_CALL_ResetCullingMatrix(this);
 }