| VertexLayout Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Internal.SharpBgfx
 Syntax
Syntaxpublic sealed class VertexLayout
The VertexLayout type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VertexLayout | Initializes a new instance of the VertexLayout class | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | Add | 
            Starts a stream of vertex attribute additions to the layout.
             | 
|  | Begin | 
            Starts a stream of vertex attribute additions to the layout.
             | 
|  | Decode | |
|  | End | 
            Marks the end of the vertex stream.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetOffset | 
            Gets the byte offset of a particular attribute in the layout.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | HasAttribute | 
            Determines whether the layout contains the given attribute.
             | 
|  | Skip | 
            Skips the specified number of bytes in the vertex stream.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | MethodInvoke | 
            Calls the object method by name.
            (Defined by ObjectEx.) | 
|  | PropertyGet(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertyGetT(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertySet | 
            Sets the value of the object property by name.
            (Defined by ObjectEx.) | 
 See Also
See Also