Delegate GetVector3Proxy
Called when anything in the game tries to get a Vector3
Namespace: Modding.Delegates
Assembly: HollowKnight.dll
Syntax
public delegate Vector3 GetVector3Proxy(string name, Vector3 orig)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the Vector3 field |
| Vector3 | orig | The original value of the field |
Returns
| Type | Description |
|---|---|
| Vector3 | The value to override the vector to |