Table of Contents

Class InGameNoise

Namespace
Noise
Assembly
Assembly-CSharp.dll
public class InGameNoise
Inheritance
InGameNoise
Derived
Inherited Members

Constructors

InGameNoise(Vector2, float, PhysicalObject, float)

public InGameNoise(Vector2 pos, float strength, PhysicalObject sourceObject, float interesting)

Parameters

pos Vector2
strength float
sourceObject PhysicalObject
interesting float

Fields

interesting

public float interesting

Field Value

float

pos

public Vector2 pos

Field Value

Vector2

sourceObject

public PhysicalObject sourceObject

Field Value

PhysicalObject

strength

public float strength

Field Value

float