Determine if a name corresponds to a texture.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public byte IsTexture(
uint texture
)
参数
- texture
- 类型:SystemUInt32
Specifies a value that may be the name of a texture.
返回值
类型:
ByteTrue if texture is a texture object.
参见