 |
PlaneModelNode(Vector3, Vector2, Vector3, Vector3, String) Constructor |
Constructor
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic PlaneModelNode(
Vector3 centerPosition,
Vector2 size,
Vector3 normal,
Vector3 heightDirection,
string? name = null
)
Parameters
- centerPosition Vector3
- centerPosition
- size Vector2
- size
- normal Vector3
- normal
- heightDirection Vector3
- heightDirection
- name String (Optional)
- optional name
See Also