 |
PlanarShadowMeshCreatorSetPlane(Vector3, Vector3, Vector3, Vector2) Method |
SetPlane method sets the plane for the shadow mesh from the specified plane information.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic void SetPlane(
Vector3 planeCenterPosition,
Vector3 planeNormal,
Vector3 planeHeightVector,
Vector2 planeSize
)
Parameters
- planeCenterPosition Vector3
- Vector3 that specifies the center position of the plane
- planeNormal Vector3
- Vector3 that specifies the plane's normal
- planeHeightVector Vector3
- Vector3 that specifies the plane's height direction
- planeSize Vector2
- Size that specifies the size of the plane
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.PlanarShadowMeshCreator.SetPlane(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector2)"]
See Also