Interface KHR_interactivity_Declaration

interface KHR_interactivity_Declaration {
    extension?: string;
    inputValueSockets?: object;
    op: string;
    outputValueSockets?: object;
}

Properties

extension?: string
inputValueSockets?: object
op: string
outputValueSockets?: object