Struct ufbx.ufbx_material_texture
Texture attached to an FBX property
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_material_texture
Fields
material_prop
Name of the property in ufbx_material.props
Declaration
public ufbx.ufbx_string material_prop
Field Value
Type | Description |
---|---|
ufbx.ufbx_string |
shader_prop
Shader-specific property mapping name
Declaration
public ufbx.ufbx_string shader_prop
Field Value
Type | Description |
---|---|
ufbx.ufbx_string |
texture
Texture attached to the property.
Declaration
public ufbx.ufbx_texture* texture
Field Value
Type | Description |
---|---|
ufbx_texture* |