This .NET enum wraps the AcGiProceduralTexture::Type ObjectARX enum.
Enumerates the different procedural textures.
Public Enum ProceduralTextureType Wood Marble Generic End Enum
public enum ProceduralTextureType { Wood, Marble, Generic }
Members |
Description |
Wood |
A wood texture |
Marble |
A procedural marble texture |
Generic |
A general texture. |
Comments? |