Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

OnValueChangedAttribute.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Attributes/OnValueChangedAttribute.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Attributes/OnValueChangedAttribute.cs

Source file hash: sha256:48710e34e22f59b551d2fe0de857c518da959296ce07cd9ffe70f5c00fc3f1b7

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 9-21

Declaration hash: sha256:dafb5ad2750b1e348180be829cf79ece96e81cba405b877e9f7685c4afd31f1d

C#
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class OnValueChangedAttribute : Attribute
{
}

Original lines: 13

Declaration hash: sha256:ce61638928ae20e5b8b31f367c5f57b64a5f8047679a5d90905001e0eb0ac831

C#
public string MethodName { get; }

Method: OnValueChangedAttribute(string methodName)

Section titled “Method: OnValueChangedAttribute(string methodName)”

Original lines: 17-20

Declaration hash: sha256:011aaea769b8c50a14a6bbe4a148e53fa9ad975a9478c5abfc42500317d57963

C#
public OnValueChangedAttribute(string methodName);
Full-size image