C# Class AreaLightDisc, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
Target GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
projectOnPlane ( Vector3 pos, Vector3 planeCenter, Vector3 planeNorm ) : Vector3

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Target public property

public GameObject Target
return GameObject