Interface KHR_interactivity_Type

interface KHR_interactivity_Type {
    signature:
        | "custom"
        | "float"
        | "float2"
        | "float3"
        | "float4"
        | "float2x2"
        | "float3x3"
        | "float4x4"
        | "bool"
        | "int";
}

Properties

Properties

signature:
    | "custom"
    | "float"
    | "float2"
    | "float3"
    | "float4"
    | "float2x2"
    | "float3x3"
    | "float4x4"
    | "bool"
    | "int"