Class BatteryInfo
Contains information about power supply (battery).
Inheritance
System.Object
BatteryInfo
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class BatteryInfo : ValueType
Fields
BatteryLifePercent
Battery percentage left (normalized to 0-1 range).
Declaration
public float BatteryLifePercent
Field Value
System.Single
|