Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.EasyFeatures.IBeamableFeatureControl Interface Reference

This interface defines a simple control flow API. It simply exists to enforce a minimal API that all our Easy Features must provide in order to have their fast path available to customers. There are 2 ways customers are expected to interact with classes implementing this interface:

More...

Inheritance diagram for Beamable.EasyFeatures.IBeamableFeatureControl:
Inheritance graph
[legend]

Public Member Functions

void OnEnable ()
 
void Run ()
 

Properties

IEnumerable< BeamableViewGroupManagedViewGroups [get]
 
bool RunOnEnable [get]
 

Detailed Description

This interface defines a simple control flow API. It simply exists to enforce a minimal API that all our Easy Features must provide in order to have their fast path available to customers. There are 2 ways customers are expected to interact with classes implementing this interface:


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