Interface ICustomTrait<T>
Interface marking a trait as a custom implementation
Inherited Members
Namespace: Unity.AI.Planner.DomainLanguage.TraitBased
Syntax
public interface ICustomTrait<T> : ICustomTrait, ITrait<T>, ITrait, IComponentData
Type Parameters
| Name | Description |
|---|---|
| T | Trait type |