Interface ITrait<T>
The actual typed trait interface for data - When needing more than just the name of a trait, users should be casting to this type, so that the value can be pulled out.
Inherited Members
Namespace: Unity.MARS.Query
Syntax
public interface ITrait<out T> : ITrait
Type Parameters
Name | Description |
---|---|
T | The type of data this trait contains |
Properties
value
Declaration
T value { get; }
Property Value
Type | Description |
---|---|
T |