Click or drag to resize

ITextureManagerTextures Property

Retrieve all of the user-accessible Textures in the document with their associated texture name

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
Dictionary<TextureReference, string> Textures { get; }

Property Value

Type: DictionaryTextureReference, String
See Also