SoTextureUnitunit Property |
Specifies the texture unit identifier.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFUInt32 unit { get; }
Public ReadOnly Property unit As SoSFUInt32
Get
public:
property SoSFUInt32^ unit {
SoSFUInt32^ get ();
}
member unit : SoSFUInt32 with get
Property Value
Type:
SoSFUInt32
RemarksCan 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