Cocos Creator
手册文档
API 参考
Cocos Creator 3D
手册文档
API 参考
Cocos2d-x
手册文档
API 参考
AnySDK
Version: 1.1
Version: 1.0
Version: 1.2
Search
Preparing search index...
The search index is not available
Creator3dAPI
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
gfx
GFXObject
Class GFXObject
GFX 基类对象。
Hierarchy
GFXObject
GFXSampler
GFXTexture
GFXTextureView
GFXBindingLayout
GFXCommandAllocator
GFXRenderPass
GFXFramebuffer
GFXInputAssembler
GFXPipelineLayout
GFXShader
GFXPipelineState
GFXCommandBuffer
GFXQueue
GFXWindow
GFXBuffer
Index
Constructors
constructor
Properties
_gfx
Type
_status
Accessors
gfx
Type
status
Constructors
constructor
newGFXObject
(
gfxType
:
GFXObjectType
)
:
GFXObject
Parameters
gfxType:
GFXObjectType
Returns
GFXObject
Properties
Protected
_gfx
Type
_gfx
Type
:
GFXObjectType
= GFXObjectType.UNKNOWN
Protected
_status
_status
:
GFXStatus
= GFXStatus.UNREADY
Accessors
gfx
Type
get
gfxType
(
)
:
GFXObjectType
Returns
GFXObjectType
status
get
status
(
)
:
GFXStatus
Returns
GFXStatus
Globals
gfx
GFXObject
constructor
_gfx
Type
_status
gfx
Type
status
Generated using
TypeDoc
GFX 基类对象。