Method | Description | |
---|---|---|
DividedPlaneBoard ( RenderContext context, ShaderResourceView resView, int divCount, PlaneBoard desc = null ) : System.Collections.Generic | ||
DividedPlaneBoard ( RenderContext context, ShaderResourceView resView, int divCount, Vector2 size, PlaneBoard desc = null ) : System.Collections.Generic |
Method | Description | |
---|---|---|
GenerateVerticies ( float width, float height, List |
Method | Description | |
---|---|---|
AddSquare ( Vector3 positions, Vector2 uvs, List |
public DividedPlaneBoard ( RenderContext context, ShaderResourceView resView, int divCount, PlaneBoard desc = null ) : System.Collections.Generic | ||
context | RenderContext | |
resView | ShaderResourceView | |
divCount | int | |
desc | PlaneBoard | |
return | System.Collections.Generic |
public DividedPlaneBoard ( RenderContext context, ShaderResourceView resView, int divCount, Vector2 size, PlaneBoard desc = null ) : System.Collections.Generic | ||
context | RenderContext | |
resView | ShaderResourceView | |
divCount | int | |
size | Vector2 | |
desc | PlaneBoard | |
return | System.Collections.Generic |
protected GenerateVerticies ( float width, float height, List |
||
width | float | |
height | float | |
vertexBytes | List |
|
return | void |