|
RectangleNode(Vector3, PositionTypes, Vector2, Vector3, Vector3, Color4, Single, String) Constructor |
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public RectangleNode(
Vector3 position,
PositionTypes positionType,
Vector2 size,
Vector3 widthDirection,
Vector3 heightDirection,
Color4 lineColor,
float lineThickness,
string? name = null
)
Parameters
- position Vector3
-
- positionType PositionTypes
-
- size Vector2
-
- widthDirection Vector3
-
- heightDirection Vector3
-
- lineColor Color4
-
- lineThickness Single
-
- name String (Optional)
-
See Also