Type Alias ITextureEvent<T>

ITextureEvent: Event & {
    texture?: ITexture;
    type: T;
    uiChangeEvent?: ChangeEvent;
}

Type Parameters