SoInteractionKitrenderCaching Property |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFEnum<SoInteractionKitCachings> renderCaching { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property renderCaching As SoSFEnum(Of SoInteractionKitCachings)
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFEnum<SoInteractionKitCachings>^ renderCaching {
SoSFEnum<SoInteractionKitCachings>^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member renderCaching : SoSFEnum<SoInteractionKitCachings> with get
Property Value
Type:
SoSFEnumSoInteractionKitCachings
Remarks. Default is AUTO.Obsoletesince Open Inventor 10300.
This field is ignored. Render caching is set internally to ensure best performance.
See Also