Table of Contents

Class RopeRender

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
[Serializable]
public class RopeRender
Inheritance
RopeRender
Inherited Members
Extension Methods

Constructors

RopeRender()

public RopeRender()

Fields

scale

public float scale

Field Value

float

scrollSpeed

public float scrollSpeed

Field Value

float

wobble

public float wobble

Field Value

float

wobbleCurve

public AnimationCurve wobbleCurve

Field Value

AnimationCurve

wobbleOverLineCurve

public AnimationCurve wobbleOverLineCurve

Field Value

AnimationCurve

Methods

DisplayRope(Vector3, Vector3, float, LineRenderer)

public void DisplayRope(Vector3 from, Vector3 to, float time, LineRenderer line)

Parameters

from Vector3
to Vector3
time float
line LineRenderer

StopRend(LineRenderer)

public void StopRend(LineRenderer line)

Parameters

line LineRenderer