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

DynamicRangeAttribute.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Binding/DynamicRangeAttribute.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Binding/DynamicRangeAttribute.cs

Source file hash: sha256:62077146af5dcef53cb892bf39f0388cb759554db5edaa5c7d4d8ff348f6f93c

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

Original lines: 31-48

Declaration hash: sha256:2a0525a1859425e254484bfee7ad449eed9f4bad42e713a5c0638509a8349336

C#
[MovedFrom(true, "GodComplex.Binding")]
public class DynamicRangeAttribute : PropertyAttribute
{
}

Original lines: 35

Declaration hash: sha256:31114dbe7a5565976932660a5883ff2a9b3d04f66e720394e1b0cc5518c053e9

C#
public float min { get; }

Original lines: 38

Declaration hash: sha256:0ef4ce337fc0be2a9d59f8764f38cc36beb671cdb4d5461871680b6fc08278a8

C#
public string maxValueFieldName { get; }

Method: DynamicRangeAttribute(float min, string maxValueFieldName)

Section titled “Method: DynamicRangeAttribute(float min, string maxValueFieldName)”

Original lines: 43-47

Declaration hash: sha256:eadeff37c1bc9e1da0a4d8ed283da1b6e71d313466aff804489b862617e5cfa0

C#
public DynamicRangeAttribute(float min, string maxValueFieldName);
Full-size image