C# 클래스 SSTUTools.VolumeRatioEntry

파일 보기 프로젝트 열기: shadowmage45/SSTULabs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
displayName string
resourceName string

공개 메소드들

메소드 설명
VolumeRatioEntry ( ContainerDefinition container, string resourceName, string displayName, int startRatio ) : System
draw ( ) : bool
updateCachedValues ( ) : void

메소드 상세

VolumeRatioEntry() 공개 메소드

public VolumeRatioEntry ( ContainerDefinition container, string resourceName, string displayName, int startRatio ) : System
container ContainerDefinition
resourceName string
displayName string
startRatio int
리턴 System

draw() 공개 메소드

public draw ( ) : bool
리턴 bool

updateCachedValues() 공개 메소드

public updateCachedValues ( ) : void
리턴 void

프로퍼티 상세

displayName 공개적으로 프로퍼티

public string displayName
리턴 string

resourceName 공개적으로 프로퍼티

public string resourceName
리턴 string