Class MyObjectBuilder_CircularProgressBarStatVisualStyle
Inheritance
System.Object
MyObjectBuilder_CircularProgressBarStatVisualStyle
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_CircularProgressBarStatVisualStyle : MyObjectBuilder_StatVisualStyle
Constructors
MyObjectBuilder_CircularProgressBarStatVisualStyle()
Declaration
public MyObjectBuilder_CircularProgressBarStatVisualStyle()
Fields
AngleOffset
Declaration
public Nullable<float> AngleOffset
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Animate
Declaration
public Nullable<bool> Animate
Field Value
Type |
Description |
System.Nullable<System.Boolean> |
|
AnimatedSegmentColorMask
Declaration
public Nullable<Vector4> AnimatedSegmentColorMask
Field Value
Type |
Description |
System.Nullable<Vector4> |
|
AnimationDelayMs
Declaration
public Nullable<double> AnimationDelayMs
Field Value
Type |
Description |
System.Nullable<System.Double> |
|
AnimationSegmentDelayMs
Declaration
public Nullable<double> AnimationSegmentDelayMs
Field Value
Type |
Description |
System.Nullable<System.Double> |
|
BackgroudTexture
Declaration
public Nullable<MyStringHash> BackgroudTexture
Field Value
EmptySegmentColorMask
Declaration
public Nullable<Vector4> EmptySegmentColorMask
Field Value
Type |
Description |
System.Nullable<Vector4> |
|
FirstSegmentTexture
Declaration
public Nullable<MyStringHash> FirstSegmentTexture
Field Value
FullSegmentColorMask
Declaration
public Nullable<Vector4> FullSegmentColorMask
Field Value
Type |
Description |
System.Nullable<Vector4> |
|
LastSegmentTexture
Declaration
public Nullable<MyStringHash> LastSegmentTexture
Field Value
NumberOfSegments
Declaration
public Nullable<int> NumberOfSegments
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
SegmentOrigin
Declaration
public Nullable<Vector2> SegmentOrigin
Field Value
Type |
Description |
System.Nullable<Vector2> |
|
SegmentSizePx
Declaration
public Vector2 SegmentSizePx
Field Value
SegmentTexture
Declaration
public MyStringHash SegmentTexture
Field Value
ShowEmptySegments
Declaration
public Nullable<bool> ShowEmptySegments
Field Value
Type |
Description |
System.Nullable<System.Boolean> |
|
SpacingAngle
Declaration
public Nullable<float> SpacingAngle
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Extension Methods