Skip to Main Content

BTD_Mod_Helper​.Api​.Components​.MatchLocalPosition


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Components

MatchLocalPosition Class

Component to make this transform continuously match the position of another transform

public class MatchLocalPosition

Inheritance UnityEngine.MonoBehaviour  MatchLocalPosition

Fields

MatchLocalPosition.offset Field

Offset from the transform to stay

public Vector3 offset;

Field Value

UnityEngine.Vector3

MatchLocalPosition.scale Field

Scale for the original local position

public Vector3 scale;

Field Value

UnityEngine.Vector3

MatchLocalPosition.transformToCopy Field

Other transform to constantly copy the scale from

public Transform transformToCopy;

Field Value

UnityEngine.Transform

To learn how to download BTD Mod Helper and install mods, click here