Property | Type | Description | |
---|---|---|---|
Buffer | GraphicsBuffer | ||
Channel | ModelAttributeChannel | ||
Format | System.Text.Format | ||
Index | int | ||
Name | string | ||
OffsetInBytes | int | ||
Stride | int |
Method | Description | |
---|---|---|
ModelAttribute ( GraphicsBuffer buffer, int offsetInBytes, System.Text.Format format, int stride, ModelAttributeChannel channel, int index ) : System | ||
ModelAttribute ( string name, GraphicsBuffer buffer, int offsetInBytes, System.Text.Format format, int stride, ModelAttributeChannel channel, int index ) : System |
Method | Description | |
---|---|---|
GetName ( ModelAttributeChannel channel, int index ) : string |
public ModelAttribute ( GraphicsBuffer buffer, int offsetInBytes, System.Text.Format format, int stride, ModelAttributeChannel channel, int index ) : System | ||
buffer | GraphicsBuffer | |
offsetInBytes | int | |
format | System.Text.Format | |
stride | int | |
channel | ModelAttributeChannel | |
index | int | |
return | System |
public ModelAttribute ( string name, GraphicsBuffer buffer, int offsetInBytes, System.Text.Format format, int stride, ModelAttributeChannel channel, int index ) : System | ||
name | string | |
buffer | GraphicsBuffer | |
offsetInBytes | int | |
format | System.Text.Format | |
stride | int | |
channel | ModelAttributeChannel | |
index | int | |
return | System |