Skip to content

CratePanel

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

CratePanel

Namespace: TommoJProductions.ModApi.Attachable

Represents a crate panel.

public class CratePanel

Inheritance ObjectCratePanel

Fields

cornerPrys

Number of prys.

public int cornerPrys;

pryed

Has the panel been pryed off.

public bool pryed;

panel

The panel model.

public GameObject panel;

pryLocations

The pry locations of the panel.

public PryBehaviour[] pryLocations;

Constructors

CratePanel()

public CratePanel()

Clone this wiki locally