SoTextureUnitElementGetTextureUnits Method |
Returns the current list texture units.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static List<int> GetTextureUnits(
SoState state
)
Public Shared Function GetTextureUnits (
state As SoState
) As List(Of Integer)
public:
static List<int>^ GetTextureUnits(
SoState^ state
)
static member GetTextureUnits :
state : SoState -> List<int>
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
ListInt32
Remarks
See Also