KitchenDraw SDK 2
Show / Hide Table of Contents

Class Scene.Object.Texture

Represents a texture that is set for the object via the "Object|Attributes" dialog.

Inheritance
object
Scene.Object.Texture
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.Object.Texture
Remarks

This class operates on a texture string, which can be obtained from Textures property. Use ToString() method to convert a texture back to its string representation.

Constructors

Name Description
Texture(string)

Constructs an instance from given texture string.

Properties

Name Description
Fill

Texture settings used for filling surfaces.

Outline

Texture settings used for outlining surface edges.

In this article
Back to top Generated by DocFX