CompositionMipmapSurface.LevelCount 属性

定义

获取 mipmap 中的纹理级别数。

public:
 property unsigned int LevelCount { unsigned int get(); };
uint32_t LevelCount();
public uint LevelCount { get; }
var uInt32 = compositionMipmapSurface.levelCount;
Public ReadOnly Property LevelCount As UInteger

属性值

UInt32

unsigned int

uint32_t

mipmap 中的纹理级别数。

适用于