Interface IBoltClassBehaviourGraph
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IBoltClassBehaviourGraph : IBoltClassGraph, IBoltMember, INotifiedCollectionChild<BoltType>, ICollectionChild<BoltType>, IBehaviourGraph, IGraph, IObservableDisposable, IDisposable, IPrewarmable, ISerializationDepender, ISerializationDependency, ISerializationCallbackReceiver, IIdentifiable, INotifyPropertyChanged
  Properties
isModular
Declaration
bool isModular { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
Methods
CanObserveFrom(BoltClass)
Declaration
bool CanObserveFrom(BoltClass class)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BoltClass | class | 
Returns
| Type | Description | 
|---|---|
| Boolean | 
CanToggleFrom(BoltClass)
Declaration
bool CanToggleFrom(BoltClass class)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BoltClass | class | 
Returns
| Type | Description | 
|---|---|
| Boolean |