SoTextureCoordinateBindingElementSet Method (SoState, SoNode, SoTextureCoordinateBindingElementBindings) |
Sets the current texture binding in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.2.3.0 (2023.2.3)
Syntaxpublic static void Set(
SoState state,
SoNode name_23691,
SoTextureCoordinateBindingElementBindings binding
)
Public Shared Sub Set (
state As SoState,
name_23691 As SoNode,
binding As SoTextureCoordinateBindingElementBindings
)
public:
static void Set(
SoState^ state,
SoNode^ name_23691,
SoTextureCoordinateBindingElementBindings binding
)
static member Set :
state : SoState *
name_23691 : SoNode *
binding : SoTextureCoordinateBindingElementBindings -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_23691
- Type: OIV.Inventor.NodesSoNode
- binding
- Type: OIV.Inventor.ElementsSoTextureCoordinateBindingElementBindings
Remarks
See Also