Click or drag to resize
SoTextureUnitunit Property

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

Property Value

Type: SoSFUInt32
Remarks

Specifies the texture unit identifier. Can range from 0 to the largest texture unit, which is getMaxTextureUnit()-1. Values greater than the largest texture unit are clamped at the largest texture unit.

See Also