Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface IUniform<TValue>

    interface IUniform<TValue = any> {
        value: TValue;
    }

    Type Parameters

    • TValue = any
    Index

    Properties

    Properties

    value: TValue