C# 클래스 ExtraLanscapingToolsCommon.OptionsFramework.Attibutes.SliderAttribute

상속: AbstractOptionsAttribute
파일 보기 프로젝트 열기: earalov/Skylines-NaturalResourcesBrush

공개 메소드들

메소드 설명
SliderAttribute ( string description, float min, float max, float step, string group = null, string actionClass = null, string actionMethod = null ) : System

메소드 상세

SliderAttribute() 공개 메소드

public SliderAttribute ( string description, float min, float max, float step, string group = null, string actionClass = null, string actionMethod = null ) : System
description string
min float
max float
step float
group string
actionClass string
actionMethod string
리턴 System