IntrinsicAttribute
Namespace: Murder.Attributes
Assembly: Murder.dll
public class IntrinsicAttribute : Attribute
This signalizes that a component is an intrinsic characteristic of the entity and that it does not distinct as a separate entity. An entity with only intrinsic components will not be serialized.
Implements: Attribute
⭐ Constructors
public IntrinsicAttribute()
⭐ Properties
TypeId
public virtual Object TypeId { get; }
Returns
Object
⚡