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