C# Class App.MoveLineRenderer, plausible-deniability

Afficher le fichier Open project: ad510/plausible-deniability

Méthodes publiques

Свойство Type Description
gameObject GameObject
mesh Mesh

Méthodes publiques

Méthode Description
MoveLineRenderer ( Color color ) : System
draw ( List moveLines, App app, long time, float depth ) : void call mesh.Clear() before calling this

Method Details

MoveLineRenderer() public méthode

public MoveLineRenderer ( Color color ) : System
color Color
Résultat System

draw() public méthode

call mesh.Clear() before calling this
public draw ( List moveLines, App app, long time, float depth ) : void
moveLines List
app App
time long
depth float
Résultat void

Property Details

gameObject public_oe property

public GameObject gameObject
Résultat GameObject

mesh public_oe property

public Mesh mesh
Résultat Mesh