示例#1
0
 /// <summary>
 /// Returns the delta rotation caused by the crosshairs.
 /// </summary>
 /// <param name="localSpace">Should the delta rotation be returned in local space?</param>
 /// <returns>The delta rotation caused by the crosshairs.</returns>
 public Quaternion GetCrosshairsDeltaRotation()
 {
     return(m_ViewType.GetCrosshairsDeltaRotation());
 }