API reference
API reference
Select your platform
No SDKs available
No versions available

IParameterValidator Interface

Validates whether a parameter type is supported or not.

Methods

IsSupportedParameterType ( type )
Tests if a parameter type can be supplied directly to a callback method from.
Signature
bool Meta.Conduit.Editor.IParameterValidator.IsSupportedParameterType(Type type)
Parameters
type: Type  The data type.
Returns
bool  True if the parameter type is supported. False otherwise.