Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine.
GitHub | Iuvo Unity Updates | Creator
Loading...
Searching...
No Matches
IuvoUnity.Interfaces.ITogglable Interface Reference
Inheritance diagram for IuvoUnity.Interfaces.ITogglable:
IuvoUnity.BaseClasses.IuvoInterfaceBase IuvoUnity.Interfaces.IEnableable IuvoUnity.Interfaces.IActivatable IuvoUnity.BaseClasses.IuvoInterfaceBase IuvoUnity.BaseClasses.IuvoInterfaceBase IuvoUnity.BaseClasses.SemiBehavior IuvoUnity.Interfaces.IPausable

Properties

bool IsEnabled [get, set]
bool IsActive [get, set]

Additional Inherited Members

Public Member Functions inherited from IuvoUnity.Interfaces.IEnableable
void OnEnable ()
Public Member Functions inherited from IuvoUnity.Interfaces.IActivatable
void OnActivate ()

Property Documentation

◆ IsActive

bool IuvoUnity.Interfaces.ITogglable.IsActive
getset

Implemented in IuvoUnity.BaseClasses.SemiBehavior.

56{ get; set; }

◆ IsEnabled

bool IuvoUnity.Interfaces.ITogglable.IsEnabled
getset

Implemented in IuvoUnity.BaseClasses.SemiBehavior.

55{ get; set; }

The documentation for this interface was generated from the following file:
  • D:/Unity/IuvoUnityCore/Assets/IuvoUnity/Runtime/Interfaces/ITogglable.cs