Struct ufbx.ufbx_texture_layer
Single layer in a layered texture
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_texture_layer
Fields
alpha
Blend weight of this layer
Declaration
public float alpha
Field Value
Type | Description |
---|---|
float |
blend_mode
Equation to combine the layer to the background
Declaration
public ufbx.ufbx_blend_mode blend_mode
Field Value
Type | Description |
---|---|
ufbx.ufbx_blend_mode |
texture
The inner texture to evaluate, never NULL
Declaration
public ufbx.ufbx_texture* texture
Field Value
Type | Description |
---|---|
ufbx_texture* |