C# 클래스 KronalUtils.ShaderMaterialProperty.FloatProperty

상속: ShaderMaterialProperty
파일 보기 프로젝트 열기: bigorangemachine/ksp-kronalutils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultValue float
RangeMax float
RangeMin float

공개 메소드들

메소드 설명
Clone ( ) : ShaderMaterialProperty
Match ( Action IfFloat = null, Action IfVector = null, Action IfColor = null, Action IfTexture = null ) : void

비공개 메소드들

메소드 설명
FloatProperty ( Material material, string name, string displayName, float min, float max ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ShaderMaterialProperty
리턴 ShaderMaterialProperty

Match() 공개 메소드

public Match ( Action IfFloat = null, Action IfVector = null, Action IfColor = null, Action IfTexture = null ) : void
IfFloat Action
IfVector Action
IfColor Action
IfTexture Action
리턴 void

프로퍼티 상세

DefaultValue 공개적으로 프로퍼티

public float DefaultValue
리턴 float

RangeMax 공개적으로 프로퍼티

public float RangeMax
리턴 float

RangeMin 공개적으로 프로퍼티

public float RangeMin
리턴 float