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

DefaultedDataObject.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Data/DefaultedDataObject.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Data/DefaultedDataObject.cs

Source file hash: sha256:9a19e8b9484e363df1ffef1157231ee4859e31fed5d517bcbcbb2ca2cd7e412e

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

Original lines: 29-50

Declaration hash: sha256:adb74f75cadcb14bf642d6a7d1292603bac83e6d5937a6dab236021837b08e3f

C#
public abstract class DefaultedDataObject<T> : DataObject where T : DataObject
{
}

Original lines: 37-46

Declaration hash: sha256:817e627da537f8477179e4353aff6ee02e97eceb60197ac057789c4ff6f87129

C#
public static T DefaultInstance { get; }
Full-size image