-
Notifications
You must be signed in to change notification settings - Fork 16
PackageSettings
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.Attachable
Package settings.
public class PackageSettingsInheritance Object → PackageSettings
The name of the package. expects the name to have (xxxxx) at the end.
public string name;The package spawn position.
public Vector3 position;The package spawn rotation.
public Vector3 rotation;The package scale.
public Vector3 scale;part positions. where the part should be inside the package.
public Vector3[] partPositions;part rotations. where the part should be inside the package.
public Vector3[] partRotations;public PackageSettings()