Interface ShaderNodeJsonNodeInput

interface ShaderNodeJsonNodeInput {
    socket: {
        name: string;
    };
    type: string;
    value: any;
}

Properties

Properties

socket: {
    name: string;
}
type: string
value: any