Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.21 KB

WithoutEitherAttribute.md

File metadata and controls

16 lines (11 loc) · 1.21 KB

WithoutEitherAttribute Class

Represents a group of component types which at least one should not be present when building the inner EntitySet of AEntitySetSystem<T> when giving a World instance.

public sealed class WithoutEitherAttribute : DefaultEcs.System.ComponentAttribute

Inheritance System.Object 🡒 System.Attribute 🡒 ComponentAttribute 🡒 WithoutEitherAttribute

Constructors
WithoutEitherAttribute(Type[]) Initialize a new instance of the WithEitherAttribute type.