|
Anark Core SDK
|
Public Member Functions | |||||
| Sdk2DGeometryGroup (ISdkColor4F color, IEnumerable< ISdk2DGeometryPrimitive > primitives, int layer=0) | |||||
| Create a new geometry group. | |||||
| ISdk2DGeometryGroup | Transform (double translationX, double translationY) | ||||
Applies a 2D transformation.
| |||||
| ISdk2DGeometryGroup | Scale (double scaleX, double scaleY) | ||||
Applies a 2D scale.
| |||||
Properties | |
| ISdkColor4F | Color [get] |
| The group's color. | |
| int | Layer [get] |
| The group's Z layer. | |
| IEnumerable< ISdk2DGeometryPrimitive > | Primitives [get] |
| A collection of geometry primitives. | |
|
inline |
Create a new geometry group.
| color | The color for the group. |
| primitives | The geometry primitives for the group. |
| layer | The z layer for the group. |
|
inline |
Applies a 2D scale.
| scaleX | X scale amount |
| scaleY | Y scale amount |
Implements Anark.CoreSdkApi.Entities.ISdk2DGeometryGroup.
|
inline |
Applies a 2D transformation.
| translationX | X translation amount |
| translationY | Y translation amount |
Implements Anark.CoreSdkApi.Entities.ISdk2DGeometryGroup.
|
get |
The group's color.
Implements Anark.CoreSdkApi.Entities.ISdkGeometryGroup< TPrimitive, TVertex >.
|
get |
The group's Z layer.
Implements Anark.CoreSdkApi.Entities.ISdk2DGeometryGroup.
|
get |
A collection of geometry primitives.
Implements Anark.CoreSdkApi.Entities.ISdkGeometryGroup< TPrimitive, TVertex >.