Table of Contents

Class PlacedObject.CustomDecalData

Namespace
Global
Assembly
Assembly-CSharp.dll
public class PlacedObject.CustomDecalData : PlacedObject.QuadObjectData
Inheritance
PlacedObject.CustomDecalData
Inherited Members

Constructors

CustomDecalData(PlacedObject)

public CustomDecalData(PlacedObject owner)

Parameters

owner PlacedObject

Fields

fromDepth

public float fromDepth

Field Value

float

imageName

public string imageName

Field Value

string

noise

public float noise

Field Value

float

panelPos

public Vector2 panelPos

Field Value

Vector2

toDepth

public float toDepth

Field Value

float

vertices

public float[,] vertices

Field Value

float[,]

Methods

FromString(string)

public override void FromString(string s)

Parameters

s string

ToString()

public override string ToString()

Returns

string