Table of Contents

Enum ObjectMaterialSize

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Specifies the size of an object material for text rendering.

public enum ObjectMaterialSize

Fields

_128x128 = 60

Represents the size of an object material as 128x128 pixels.

_128x32 = 40

Represents the size of an object material as 128x32 pixels.

_128x64 = 50

Represents the size of an object material as 128x64 pixels.

_256x128 = 90

Represents the size of an object material as 256x128 pixels.

_256x256 = 100

Represents the size of an object material as 256x256 pixels.

_256x32 = 70

Represents the size of an object material as 256x32 pixels.

_256x64 = 80

Represents the size of an object material as 256x64 pixels.

_32x32 = 10

Represents the size of an object material as 32x32 pixels.

_512x128 = 120

Represents the size of an object material as 512x128 pixels.

_512x256 = 130

Represents the size of an object material as 512x256 pixels.

_512x512 = 140

Represents the size of an object material as 512x512 pixels.

_512x64 = 110

Represents the size of an object material as 512x64 pixels.

_64x32 = 20

Represents the size of an object material as 64x32 pixels.

_64x64 = 30

Represents the size of an object material as 64x64 pixels.