rhodonite
    Preparing search index...

    Interface ShaderNodeJsonNodeInput

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

    Properties

    Properties

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