Show / Hide Table of Contents

Delegate SetVector3Proxy

Called when anything in the game tries to set a Vector3

Namespace: Modding.Delegates
Assembly: HollowKnight.dll
Syntax
public delegate Vector3 SetVector3Proxy(string name, Vector3 orig)
Parameters
Type Name Description
string name

The name of the field

Vector3 orig

The original value the field was being set to

Returns
Type Description
Vector3

The value to override the set to

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾