Type Alias CarbonShaderGraphVariableMetaData

CarbonShaderGraphVariableMetaData: {
    ControlType?: GraphNumberF32ControlTypes;
    ControlTypeMax?: number;
    ControlTypeMin?: number;
    IsColor?: boolean;
}

The CarbonShaderGraphVariableMetaData interface represents the metadata for a variable in the shader graph.