FrameIT
WorldCursor Class Reference
Inheritance diagram for WorldCursor:

Public Member Functions

void setLayerMask (int layerMask)
 

Public Attributes

RaycastHit Hit
 
string deactivateSnapKey
 
LayerMask snapLayerMask
 
float MaxRange = 10f
 
bool useCamCurser = false
 

Private Member Functions

void Awake ()
 
void Start ()
 
void Update ()
 
void CheckMouseButtons ()
 

Private Attributes

Camera Cam
 
int layerMask
 

Member Function Documentation

◆ Awake()

void WorldCursor.Awake ( )
private

◆ CheckMouseButtons()

void WorldCursor.CheckMouseButtons ( )
private

◆ setLayerMask()

void WorldCursor.setLayerMask ( int  layerMask)

◆ Start()

void WorldCursor.Start ( )
private

◆ Update()

void WorldCursor.Update ( )
private

Member Data Documentation

◆ Cam

Camera WorldCursor.Cam
private

◆ deactivateSnapKey

string WorldCursor.deactivateSnapKey

◆ Hit

RaycastHit WorldCursor.Hit

◆ layerMask

int WorldCursor.layerMask
private

◆ MaxRange

float WorldCursor.MaxRange = 10f

◆ snapLayerMask

LayerMask WorldCursor.snapLayerMask

◆ useCamCurser

bool WorldCursor.useCamCurser = false

The documentation for this class was generated from the following file: