Interface IResourceSharing
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public interface IResourceSharing : IDisposable
- Inherited Members
Methods
Attach(Guid)
Attaches the specified model unique identifier.
void Attach(Guid modelGuid)
Parameters
modelGuidGuidThe model unique identifier.
Detach(Guid)
Detaches the specified model unique identifier.
void Detach(Guid modelGuid)
Parameters
modelGuidGuidThe model unique identifier.