Energy Based Objects  2.01
Protected Member Functions
OnCreateLineRendererBase Class Reference

The base class that that you can extend to create scripts that grab and modify the LineRenderer returned in the event from OnWeaponRaycastSpawn.OnCreateLineRenderer. More...

Inheritance diagram for OnCreateLineRendererBase:
AddLightOnCreateLineRenderer CreateAndParentOnCreateLineRenderer

List of all members.

Protected Member Functions

virtual void OnEnable ()
virtual void OnDisable ()
virtual void GetLineRenderer (LineRenderer lineRenderer)
 Override this function in your class.

Detailed Description

The base class that that you can extend to create scripts that grab and modify the LineRenderer returned in the event from OnWeaponRaycastSpawn.OnCreateLineRenderer.


Member Function Documentation

virtual void GetLineRenderer ( LineRenderer  lineRenderer) [protected, virtual]

Override this function in your class.

Reimplemented in AddLightOnCreateLineRenderer, and CreateAndParentOnCreateLineRenderer.

 All Classes Namespaces Functions Variables Properties Events