C# Class TweakScale.ScaleType.NodeInfo

显示文件 Open project: Biotronic/TweakScale

Public Properties

Property Type Description
Family string
Scale float

Public Methods

Method Description
NodeInfo ( string s ) : System.Collections.Generic
NodeInfo ( string family, float scale ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Method Description
NodeInfo ( ) : System.Collections.Generic

Method Details

NodeInfo() public method

public NodeInfo ( string s ) : System.Collections.Generic
s string
return System.Collections.Generic

NodeInfo() public method

public NodeInfo ( string family, float scale ) : System.Collections.Generic
family string
scale float
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Property Details

Family public_oe property

public string Family
return string

Scale public_oe property

public float Scale
return float