Class CalibrationFlagsGeneric<T>
Inheritance
CalibrationFlagsGeneric<T>
Assembly: Assembly-CSharp.dll
Syntax
public abstract class CalibrationFlagsGeneric<T> : CalibrationFlags where T : struct, IConvertible, IComparable, IFormattable
Type Parameters
Fields
|
Improve this Doc
View Source
flags
Declaration
Field Value
Properties
|
Improve this Doc
View Source
Flags
Gets or sets the calibration flags enum and keeps updated the flag properties.
Declaration
public T Flags { get; set; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public override int Value { get; set; }
Property Value
Overrides