public void GetLocatorPos(string strLocatorName, Vector3 vOffset, Quaternion rot, ref Vector3 pos, bool bWorld = false) { if (m_EntityView != null) { m_EntityView.GetLocatorPos(strLocatorName, vOffset, rot, ref pos, bWorld); } else { pos = Vector3.zero; } }