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