Class PlanetarySocketBase
Inheritance
System.Object
PlanetarySocketBase
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class PlanetarySocketBase : CylindricalSocket, IEquatable<APIBase>
Properties
DrawOnLowerHalfOf2D
Declaration
public bool DrawOnLowerHalfOf2D { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DrawOnUpperHalfOf2D
Declaration
public bool DrawOnUpperHalfOf2D { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EditableName
Declaration
public string EditableName { get; set; }
Property Value
Type |
Description |
System.String |
|
PlanetaryDetails
Declaration
public PlanetaryDetail PlanetaryDetails { get; }
Property Value
PlanetaryLoadSharingFactor
Declaration
public double PlanetaryLoadSharingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods