Interface IFeatures
Features interface.
Namespace: Evergine.Common.Features
Assembly: Evergine.Common.dll
Syntax
public interface IFeatures
Properties
Battery
Gets the battery feature.
Declaration
IBattery Battery { get; }
Property Value
Type | Description |
---|---|
IBattery |
Vibrate
Gets the vibrate feature.
Declaration
IVibrate Vibrate { get; }
Property Value
Type | Description |
---|---|
IVibrate |