Struct RelationChildValues<TValue>
Container for a single trait value of an relation child
Namespace: Unity.MARS
Syntax
public struct RelationChildValues<TValue> : IRelationChildValues<TValue>, IRelationChildValues where TValue : struct
Type Parameters
Name | Description |
---|---|
TValue | The trait's type |
Properties
Trait1
Declaration
public TValue Trait1 { get; set; }
Property Value
Type | Description |
---|---|
TValue |