ChangeCallbackclass

Dispatches `Sandbox.ChangeAttribute` callbacks - the code generator wraps the setter of a [Change] property to come through here. Never called manually.

objectChangeCallback
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.ChangeCallback

Methods1

Showing 1 methods

public static void OnPropertySet(Sandbox.WrappedPropertySet`1<T> p)PUBLICSTATIC

ParameterTypeDescription
pWrappedPropertySet<T>
Returns:void

On this page