Interface IRequiresTraits<T>
Defines the interface for objects that require traits of the given type
Inherited Members
Namespace: Unity.MARS.Data
Syntax
public interface IRequiresTraits<T> : IRequiresTraits
Type Parameters
Name | Description |
---|---|
T | Type of trait required |