C# 클래스 TweakScale.ScaleType

Configuration values for TweakScale.
파일 보기 프로젝트 열기: Biotronic/TweakScale 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AttachNodes NodeInfo>.Dictionary
DefaultScale float
Exponents ScaleExponents>.Dictionary
Family string
IsFreeScale bool
MaxValue float
MinValue float
Name string
Suffix string
TechRequired string[]

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ScaleType ( ConfigNode config ) : System.Collections.Generic
ToString ( ) : string
operator ( ) : bool

보호된 메소드들

메소드 설명
Equals ( ScaleType other ) : bool

비공개 메소드들

메소드 설명
GetNodeFactors ( ConfigNode node, NodeInfo>.Dictionary source ) : NodeInfo>.Dictionary
GetScaleConfig ( string name ) : ScaleType

Fetches the scale ScaleType with the specified name.

ScaleType ( ) : System.Collections.Generic

메소드 상세

Equals() 보호된 메소드

protected Equals ( ScaleType other ) : bool
other ScaleType
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ScaleType() 공개 메소드

public ScaleType ( ConfigNode config ) : System.Collections.Generic
config ConfigNode
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

AttachNodes 공개적으로 프로퍼티

public Dictionary AttachNodes
리턴 NodeInfo>.Dictionary

DefaultScale 공개적으로 프로퍼티

public float DefaultScale
리턴 float

Exponents 공개적으로 프로퍼티

public Dictionary Exponents
리턴 ScaleExponents>.Dictionary

Family 공개적으로 프로퍼티

public string Family
리턴 string

IsFreeScale 공개적으로 프로퍼티

public bool IsFreeScale
리턴 bool

MaxValue 공개적으로 프로퍼티

public float MaxValue
리턴 float

MinValue 공개적으로 프로퍼티

public float MinValue
리턴 float

Name 공개적으로 프로퍼티

public string Name
리턴 string

Suffix 공개적으로 프로퍼티

public string Suffix
리턴 string

TechRequired 공개적으로 프로퍼티

public string[] TechRequired
리턴 string[]