예제 #1
0
 /// <summary>
 /// Checks if the specified entity flags are set.
 /// </summary>
 /// <param name="flags">Combination of <see cref="EntityFlags"/> to check.</param>
 /// <returns><c>true</c> if the flags are set, <c>false</c> otherwise.</returns>
 public bool CheckFlags(EntityFlags flags)
 {
     return(NativeHandle.CheckFlags((uint)flags));
 }