Enum ObjectMaterialSize
Specifies the size of an object material for text rendering.
public enum ObjectMaterialSize
Fields
_128x128 = 60Represents the size of an object material as 128x128 pixels.
_128x32 = 40Represents the size of an object material as 128x32 pixels.
_128x64 = 50Represents the size of an object material as 128x64 pixels.
_256x128 = 90Represents the size of an object material as 256x128 pixels.
_256x256 = 100Represents the size of an object material as 256x256 pixels.
_256x32 = 70Represents the size of an object material as 256x32 pixels.
_256x64 = 80Represents the size of an object material as 256x64 pixels.
_32x32 = 10Represents the size of an object material as 32x32 pixels.
_512x128 = 120Represents the size of an object material as 512x128 pixels.
_512x256 = 130Represents the size of an object material as 512x256 pixels.
_512x512 = 140Represents the size of an object material as 512x512 pixels.
_512x64 = 110Represents the size of an object material as 512x64 pixels.
_64x32 = 20Represents the size of an object material as 64x32 pixels.
_64x64 = 30Represents the size of an object material as 64x64 pixels.