ChensGradiusMod
Chen.GradiusMod.Items.GradiusOption.GradiusOption
GradiusOption.SetRotateOptionOffset(string, Vector3) Method
Sets the offset center position for a minion type. Options will rotate around the offset.
public bool SetRotateOptionOffset(string masterName, Vector3 newValue);
Parameters
masterName
System.String
The CharacterMaster name of the minion.
newValue
UnityEngine.Vector3
The offset value.
Returns
System.Boolean
True if the values are set. False if not.