C# 클래스 SSTUTools.ResourceListEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
fill float
max float
name string

공개 메소드들

메소드 설명
ResourceListEntry ( string name, float fill, float max ) : System

메소드 상세

ResourceListEntry() 공개 메소드

public ResourceListEntry ( string name, float fill, float max ) : System
name string
fill float
max float
리턴 System

프로퍼티 상세

fill 공개적으로 프로퍼티

public float fill
리턴 float

max 공개적으로 프로퍼티

public float max
리턴 float

name 공개적으로 프로퍼티

public string name
리턴 string