Class RenderGroupMaskExtensions
Extensions for RenderGroupMask
public static class RenderGroupMaskExtensions
- Inheritance
-
RenderGroupMaskExtensions
Methods
Contains(RenderGroupMask, RenderGroup)
Determines whether the group mask contains the specified group.
public static bool Contains(this RenderGroupMask mask, RenderGroup group)
Parameters
mask
RenderGroupMaskThe mask.
group
RenderGroupThe group.
Returns
- bool
true
if the group mask contains the specified group; otherwise,false
.