Compass / Radar
v1.0
Available Runtime Overrides
// Sets the Vector3 scale of the icon
SetOverrideScale(compassIcon, Vector3.one);
ResetOverrideScale(compassIcon);
// Sets the max opacity
SetOverrideOpacity(compassIcon, 0.5f);
ResetOverrideOpacity(compassIcon);
// Sets the icon color
SetOverrideColor(compassIcon, Color.Red);
ResetOverrideColor(compassIcon);Last updated