Provides access to MultiPatch texture persistence properties.
Members
Name | Description | |
---|---|---|
SaveScaledTextures | Persist scaled material textures. | |
TextureScaleFactor | The texture scale factor. |
ITexturePersistenceProperties.SaveScaledTextures Property
Persist scaled material textures.
Public Property SaveScaledTextures As Boolean
public bool SaveScaledTextures {get; set;}
ITexturePersistenceProperties.TextureScaleFactor Property
The texture scale factor.
Public Property TextureScaleFactor As Double
public double TextureScaleFactor {get; set;}
Classes that implement ITexturePersistenceProperties
Classes | Description |
---|---|
TexturePersistenceProperties | Texture Persistence properties object. |