Class UnitPortDescription
Inheritance
UnitPortDescription
Syntax
public sealed class UnitPortDescription : IDescription
Properties
fallbackLabel
Declaration
public string fallbackLabel { get; set; }
Property Value
Declaration
public Func<Metadata, Metadata> getMetadata { get; set; }
Property Value
icon
Declaration
public EditorTexture icon { get; set; }
Property Value
Implements
label
Declaration
public string label { get; set; }
Property Value
showLabel
Declaration
public bool showLabel { get; set; }
Property Value
summary
Declaration
public string summary { get; set; }
Property Value
Implements
Methods
CopyFrom(UnitPortDescription)
Declaration
public void CopyFrom(UnitPortDescription other)
Parameters
Explicit Interface Implementations
IDescription.title
Declaration
string IDescription.title { get; }
Returns
Implements
Extension Methods