Click or drag to resize
SoTextureUnitunit Property

Specifies the texture unit identifier.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFUInt32 unit { get; }

Property Value

Type: SoSFUInt32
Remarks

Can range from 0 to the largest texture unit, which is OIV.Inventor.Nodes.SoTextureUnit.GetMaxTextureUnit(OIV.Inventor.Misc.SoState)-1. Values greater than the largest texture unit are clamped at the largest texture unit.

See Also