SoTextureUnitElementSet Method |
Sets the current texture unit.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode node,
int unit
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
unit As Integer
)
public:
static void Set(
SoState^ state,
SoNode^ node,
int unit
)
static member Set :
state : SoState *
node : SoNode *
unit : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- unit
- Type: SystemInt32
Remarks See Also