Table of Contents

Class LineRenderComponent

Namespace
Crux.Components
Assembly
Crux.dll
public class LineRenderComponent : RenderComponent
Inheritance
LineRenderComponent
Inherited Members

Constructors

LineRenderComponent(GameObject)

public LineRenderComponent(GameObject gameObject)

Parameters

gameObject GameObject

Fields

Color

public Color4 Color

Field Value

Color4

Instances

public static List<LineRenderComponent> Instances

Field Value

List<LineRenderComponent>

Methods

Clone(GameObject)

public override Component Clone(GameObject gameObject)

Parameters

gameObject GameObject

Returns

Component

Render()

public override void Render()

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.