Class FrameClockFacade
Inheritance
System.Object
FrameClockFacade
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Oasys.Common.GameInstances
Assembly: Oasys.Common.dll
Syntax
public class FrameClockFacade
Properties
CurrentFPSFloat
Declaration
public float CurrentFPSFloat { get; }
Property Value
Type | Description |
---|---|
System.Single |
CurrentFPSInt
Declaration
public int CurrentFPSInt { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FPSVariance
Declaration
public float FPSVariance { get; }
Property Value
Type | Description |
---|---|
System.Single |
MaximumFPS
Declaration
public float MaximumFPS { get; }
Property Value
Type | Description |
---|---|
System.Single |
MinimumFPS
Declaration
public float MinimumFPS { get; }
Property Value
Type | Description |
---|---|
System.Single |