Class EntityFlagsAttribute
- Namespace
- LiteEntitySystem
- Assembly
- LiteEntitySystem.dll
[AttributeUsage(AttributeTargets.Class)]
public class EntityFlagsAttribute : Attribute
- Inheritance
-
objectEntityFlagsAttribute
- Inherited Members
Constructors
EntityFlagsAttribute(EntityFlags)
public EntityFlagsAttribute(EntityFlags flags)
Parameters
flags
EntityFlags
Fields
Flags
public readonly EntityFlags Flags