Type [] | TargetTypes[Get] The types this property will be restricted to |
bool | RequiresAllTypes[Get] If true, all types must be included. If false, any of the specified types can be included |
Constructor that takes in the target type that any objects must be cast to | |
Constructor that takes in the target type that any objects must be cast to |
Type [] Meta.WitAi.Attributes.ObjectTypeAttribute.TargetTypes |
---|
The types this property will be restricted to |
bool Meta.WitAi.Attributes.ObjectTypeAttribute.RequiresAllTypes |
---|
If true, all types must be included. If false, any of the specified types can be included |
Meta.WitAi.Attributes.ObjectTypeAttribute.ObjectTypeAttribute ( Type targetType, params Type [] additionalTargetTypes ) |
---|
Constructor that takes in the target type that any objects must be cast to |
Meta.WitAi.Attributes.ObjectTypeAttribute.ObjectTypeAttribute ( bool requireAll, Type targetType, params Type [] additionalTargetTypes ) |
---|
Constructor that takes in the target type that any objects must be cast to |