Property | Type | Description | |
---|---|---|---|
defaultBlockPropertyIndex | int |
Method | Description | |
---|---|---|
GetIndexBuffer ( ) : |
||
GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : |
||
GridViewModel ( |
base model for gridview.
|
|
UpdateColor ( GridBlockProperty property ) : void | ||
UsesZeroIndexBuffer ( ) : bool |
public abstract GetIndexBuffer ( ) : |
||
return |
public abstract GetVertexAttributeBuffer ( string bufferName, string varNameInShader ) : |
||
bufferName | string | |
varNameInShader | string | |
return |
public GridViewModel ( |
||
dataSource | ||
gridProps | List |
|
minColorCode | float | |
maxColorCode | float | |
defaultBlockPropertyIndex | int | |
return | System.Collections.Generic |
public abstract UpdateColor ( GridBlockProperty property ) : void | ||
property | GridBlockProperty | |
return | void |
public abstract UsesZeroIndexBuffer ( ) : bool | ||
return | bool |