SoGLCacheContextElementShouldAutoCache Method (SoState, Int32) |
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)
Syntaxpublic static void ShouldAutoCache(
SoState state,
int bits
)
Public Shared Sub ShouldAutoCache (
state As SoState,
bits As Integer
)
public:
static void ShouldAutoCache(
SoState^ state,
int bits
)
static member ShouldAutoCache :
state : SoState *
bits : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- bits
- Type: SystemInt32
Remarks
See Also