SoUniformShaderParameterElementGetInstance Method |
Returns the top (current) instance of the element in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoUniformShaderParameterElement GetInstance(
SoState state
)
Public Function GetInstance (
state As SoState
) As SoUniformShaderParameterElement
public:
SoUniformShaderParameterElement^ GetInstance(
SoState^ state
)
member GetInstance :
state : SoState -> SoUniformShaderParameterElement
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoUniformShaderParameterElement
Remarks
See Also