laya-coreui-es
Version:
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
31 lines (30 loc) • 501 B
TypeScript
import { Buffer } from "./utils/Buffer";
/**
* ...
* @author ...
*/
export declare class BufferStateBase {
/**@private [只读]*/
private _nativeVertexArrayObject;
constructor();
/**
* @private
*/
bind(): void;
/**
* @private
*/
unBind(): void;
/**
* @private
*/
destroy(): void;
/**
* @private
*/
bindForNative(): void;
/**
* @private
*/
unBindForNative(): void;
}