EMaterialProperty#

class gs_nyx.nyx_py_sdk.EMaterialProperty#

Bases: IntFlag

Bit flags identifying which fields of a MaterialAsset are explicitly set. Used by MaterialAsset.matOverride to mark which overrides should be applied.

Attributes

Off

No property is set.

Opacity

The 'opacity' field is set.

Clipping

The 'clipping' field is set.

Sidedness

The 'sidedness' field is set.

NormalMode

The 'normalMode' field is set.

Features

The 'features' field is set.

AlbedoColor

The 'albedoColor' field is set.

Emission

The 'emission' field is set.

PerceptualRoughness

The 'perceptualRoughness' field is set.

Metalness

The 'metalness' field is set.

CutOffValue

The 'cutOff' field is set.

Anisotropy

The 'anisotropy' field is set.

UVScale

The 'uvScale' field is set.

AlbedoTexture

The 'albedoTexture' field is set.

NormalTexture

The 'normalTexture' field is set.

ArmTexture

The 'armTexture' field is set.

EmissionTexture

The 'emissionTexture' field is set.

Sampler

The 'sampler' field is set.