SoGLCacheContextElementShouldAutoCache Method (SoState, SoGLCacheContextElementAutoCacheModes) |
Note: This API is now obsolete.
Called by nodes to say that they should/shouldn't be auto-cached (pass true if should, false if shouldn't, don't call this method at all if the node doesn't care):
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void ShouldAutoCache(
SoState state,
SoGLCacheContextElementAutoCacheModes mode
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub ShouldAutoCache (
state As SoState,
mode As SoGLCacheContextElementAutoCacheModes
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void ShouldAutoCache(
SoState^ state,
SoGLCacheContextElementAutoCacheModes mode
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member ShouldAutoCache :
state : SoState *
mode : SoGLCacheContextElementAutoCacheModes -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- mode
- Type: OIV.Inventor.ElementsSoGLCacheContextElementAutoCacheModes
Remarks
See Also