C# 클래스 TweakScale.ScaleType.NodeInfo

파일 보기 프로젝트 열기: Biotronic/TweakScale

공개 프로퍼티들

프로퍼티 타입 설명
Family string
Scale float

공개 메소드들

메소드 설명
NodeInfo ( string s ) : System.Collections.Generic
NodeInfo ( string family, float scale ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
NodeInfo ( ) : System.Collections.Generic

메소드 상세

NodeInfo() 공개 메소드

public NodeInfo ( string s ) : System.Collections.Generic
s string
리턴 System.Collections.Generic

NodeInfo() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Family 공개적으로 프로퍼티

public string Family
리턴 string

Scale 공개적으로 프로퍼티

public float Scale
리턴 float