Able
Askowl Base Library Enabler
Askowl.Set< T > Class Template Reference

Create a set in the inspector and provide an interface to pick one More...

Inheritance diagram for Askowl.Set< T >:
Askowl.Pick< T >

Public Member Functions

override string ToString ()
  //#TBD#// More...
 
Pick ()
 Pick one item from many More...
 
void Reset ()
 Remove all set entries More...
 
- Public Member Functions inherited from Askowl.Pick< T >
Pick ()
 Method to call to return the selection More...
 

Public Attributes

int InitialSize => elements.Length
  //#TBD#// More...
 

Protected Member Functions

virtual void BuildSelector ()
 Rebuild selections if we change contents More...
 

Properties

Selector< T > Selector [get]
 Selector to call to get picked elements More...
 

Detailed Description

Member Function Documentation

◆ BuildSelector()

virtual void Askowl.Set< T >.BuildSelector ( )
protectedvirtual

Rebuild selections if we change contents

Definition at line 33 of file Set.cs.

◆ Pick()

◆ Reset()

void Askowl.Set< T >.Reset ( )

Remove all set entries

Definition at line 42 of file Set.cs.

◆ ToString()

override string Askowl.Set< T >.ToString ( )

//#TBD#//

Member Data Documentation

◆ InitialSize

int Askowl.Set< T >.InitialSize => elements.Length

//#TBD#//

Definition at line 30 of file Set.cs.

Property Documentation

◆ Selector

Selector<T> Askowl.Set< T >.Selector
getprotected

Selector to call to get picked elements

Definition at line 48 of file Set.cs.


The documentation for this class was generated from the following file: