C# Class LaserRayCast, wepwep

Inheritance: MonoBehaviour
Show file Open project: encephalopathy/wepwep

Public Properties

Property Type Description
color Color
laserWidth float
maxLength float
noise float

Public Methods

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

Method Details

RenderLaser() public method

public RenderLaser ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateLength() public method

public UpdateLength ( ) : void
return void

Property Details

color public property

public Color color
return Color

laserWidth public property

public float laserWidth
return float

maxLength public property

public float maxLength
return float

noise public property

public float noise
return float