Example #1
0
 /// <summary>
 /// Adds one or more flags to the current set of entity flags (bitwise OR).
 /// </summary>
 /// <param name="flags">Combination of <see cref="EntityFlags"/> to add.</param>
 public void AddFlags(EntityFlags flags)
 {
     NativeHandle.AddFlags((uint)flags);
 }