Skip to content

BoltManager

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

BoltManager

Namespace: TommoJProductions.ModApi.Attachable

Represents Bolt Manager. Logic.

public class BoltManager

Inheritance ObjectBoltManager

Fields

shortBoltPrefab

Represents the short bolt prefab.

public GameObject shortBoltPrefab;

longBoltPrefab

Represents the long bolt prefab.

public GameObject longBoltPrefab;

screwPrefab

Represents the screw prefab.

public GameObject screwPrefab;

nutPrefab

Represents the nut prefab.

public GameObject nutPrefab;

Constructors

BoltManager()

public BoltManager()

Methods

load(AssetBundle)

internal void load(AssetBundle assetBundle)

Parameters

assetBundle AssetBundle

Clone this wiki locally