 |
MeshIsSceneCached Property |
Indicates that this mesh is cashed by Scene objects and cannot be disposed by calling Dispose method.
This means the mesh can be shared without worrying that someone will dispose the mesh.
This flag is set when the mesh is cached by calling Scene.
CacheObject(String, Object) method.
The mesh will be disposed when the Scene will be disposed or if it is removed from the cache and then disposed.
Namespace: Ab4d.SharpEngine.MeshesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic bool IsSceneCached { get; }Property Value
Boolean
See Also