Tesseract Engine Documentation

MajikWand.LookAtTerrainPoint Method 

Get the terrain point that the majikwand is pointing at.

public Vector3 LookAtTerrainPoint(
   ObjectLibrary objectLibrary,
   Player player
);

Parameters

objectLibrary
Object Library contains the terrain.
player
Player that owns the majikwand.

Return Value

Target point on terrain

See Also

MajikWand Class | DarkWynter.Engine.Utilities Namespace