RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

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.