C# Class LaserRayCast, wepwep

Inheritance: MonoBehaviour
Afficher le fichier Open project: encephalopathy/wepwep

Méthodes publiques

Свойство Type Description
color Color
laserWidth float
maxLength float
noise float

Méthodes publiques

Méthode Description
RenderLaser ( ) : void
Start ( ) : void
Update ( ) : void
UpdateLength ( ) : void

Method Details

RenderLaser() public méthode

public RenderLaser ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateLength() public méthode

public UpdateLength ( ) : void
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color

laserWidth public_oe property

public float laserWidth
Résultat float

maxLength public_oe property

public float maxLength
Résultat float

noise public_oe property

public float noise
Résultat float