Skip to content

PackageSettings

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

PackageSettings

Namespace: TommoJProductions.ModApi.Attachable

Package settings.

public class PackageSettings

Inheritance ObjectPackageSettings

Fields

name

The name of the package. expects the name to have (xxxxx) at the end.

public string name;

position

The package spawn position.

public Vector3 position;

rotation

The package spawn rotation.

public Vector3 rotation;

scale

The package scale.

public Vector3 scale;

partPositions

part positions. where the part should be inside the package.

public Vector3[] partPositions;

partRotations

part rotations. where the part should be inside the package.

public Vector3[] partRotations;

Constructors

PackageSettings()

public PackageSettings()

Clone this wiki locally