Show / Hide Table of Contents

Class MyCubeBlockDefinition.BuildProgressModel

Inheritance
System.Object
MyCubeBlockDefinition.BuildProgressModel
Namespace: Sandbox.Definitions
Assembly: Sandbox.Game.dll
Syntax
public class BuildProgressModel : Object

Constructors

BuildProgressModel()

Declaration
public BuildProgressModel()

Fields

BuildRatioUpperBound

Upper bound when the model is no longer shown. If model is first in array and has build percentage of 0.33, it will be shown between 0% and 33% of build progress.

Declaration
public float BuildRatioUpperBound
Field Value
Type Description
System.Single

File

Declaration
public string File
Field Value
Type Description
System.String

MountPoints

Declaration
public MyCubeBlockDefinition.MountPoint[] MountPoints
Field Value
Type Description
MyCubeBlockDefinition.MountPoint[]

RandomOrientation

Declaration
public bool RandomOrientation
Field Value
Type Description
System.Boolean

Visible

Declaration
public bool Visible
Field Value
Type Description
System.Boolean
☀
☾
In This Article
  • Constructors
    • BuildProgressModel()
  • Fields
    • BuildRatioUpperBound
    • File
    • MountPoints
    • RandomOrientation
    • Visible
Back to top
Generated by DocFX
☀
☾