The XLinePrimitiveBase type exposes the following members.

Constructors

  NameDescription
XLinePrimitiveBase
Creates new XLinePrimitiveBase class instance.

Methods

  NameDescription
Clone
Creates an object that is a copy of this instance.
DisposeOverloaded.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize
The class destructor.
(Inherited from XDisposableObject.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
GetVertices
Returns the Vector3 vector array of this primitive.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnAutoAnimate
The method is called on object animation request.
Render
Carries out the object rendering.
SetVertices
Sets new primitive vertices.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Fields

  NameDescription
DefaultVerticesCountMax
Gets the default maximal primitive vertices count.

Properties

  NameDescription
DefaultMaterial
Returns the default material for the XLinePrimitiveBase.
IsDisposed
Denotes whether the instance is disposed.
(Inherited from XDisposableObject.)
IsEmpty
Gets or sets whether the XLinePrimitiveBase primitive is empty.
Material
Gets or sets the XMaterial material for this XLinePrimitiveBase primitive.
SyncRoot
Returns the object that can be used for synchronizing access to this instance.

See Also