|
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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public 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