 |
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.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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
See Also