C# Class LaserRayCast, wepwep

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public Color color
return Color

laserWidth public_oe property

public float laserWidth
return float

maxLength public_oe property

public float maxLength
return float

noise public_oe property

public float noise
return float