Cocos Creator
手册文档
API 参考
Cocos Creator 3D
手册文档
API 参考
Cocos2d-x
手册文档
API 参考
Version: 1.2
Version: 1.0
Version: 1.1
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
GFXFence
Class GFXFence
GFX 同步信号。
Hierarchy
GFXObject
GFXFence
Index
Constructors
constructor
Properties
_device
_gfx
Type
Accessors
gfx
Type
Methods
destroy
initialize
reset
wait
Constructors
constructor
newGFXFence
(
device
:
GFXDevice
)
:
GFXFence
Parameters
device:
GFXDevice
Returns
GFXFence
Properties
Protected
_device
_device
:
GFXDevice
Protected
_gfx
Type
_gfx
Type
:
GFXObjectType
= GFXObjectType.UNKNOWN
Accessors
gfx
Type
get
gfxType
(
)
:
GFXObjectType
Returns
GFXObjectType
Methods
Abstract
destroy
destroy
(
)
:
void
Returns
void
Abstract
initialize
initialize
(
info
:
IGFXFenceInfo
)
:
boolean
Parameters
info:
IGFXFenceInfo
Returns
boolean
Abstract
reset
reset
(
)
:
void
重置当前 fence。
Returns
void
Abstract
wait
wait
(
)
:
void
等待当前 fence 信号。
Returns
void
Globals
gfx
GFXFence
constructor
_device
_gfx
Type
gfx
Type
destroy
initialize
reset
wait
Generated using
TypeDoc
GFX 同步信号。