Class VertexElementVisibility

VertexElementVisibility class

Defines if specified components is visible

public class VertexElementVisibility : VertexElementTemplate<bool>

Constructors

NameDescription
VertexElementVisibility()Initializes a new instance of the VertexElementVisibility class.

Properties

NameDescription
Data { get; }(Inherited from Boolean}.)
Indices { get; }Gets the indices data(Inherited from VertexElement.)
MappingMode { get; set; }Gets or sets how the element is mapped.(Inherited from VertexElement.)
Name { get; set; }Gets or sets the name.(Inherited from VertexElement.)
ReferenceMode { get; set; }Gets or sets how the element is referenced.(Inherited from VertexElement.)
VertexElementType { get; }Gets the type of the VertexElement(Inherited from VertexElement.)

Methods

NameDescription
override Clear()(Inherited from Boolean}.)
CopyTo(VertexElementTemplate<bool>)(Inherited from Boolean}.)
SetData(bool[])(Inherited from Boolean}.)
SetIndices(int[])Load indices(Inherited from VertexElement.)
override ToString()String representation of vertex element.(Inherited from VertexElement.)

See Also