Click or drag to resize

ITextureResolverContainer Interface

Represents an object that is associated with a document.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public interface ITextureResolverContainer

The ITextureResolverContainer type exposes the following members.

Properties
  NameDescription
Public propertyTextureResolver
Gets or sets the document associated with the object. This can be null if no document is currently linked.
Top
See Also