C# 클래스 KronalUtils.ShaderMaterial

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

공개 메소드들

메소드 설명
Clone ( ) : ShaderMaterial
ShaderMaterial ( string contents ) : System
this ( int propertyIndex ) : ShaderMaterialProperty
this ( string propertyName ) : ShaderMaterialProperty

비공개 메소드들

메소드 설명
ShaderMaterial ( ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ShaderMaterial
리턴 ShaderMaterial

ShaderMaterial() 공개 메소드

public ShaderMaterial ( string contents ) : System
contents string
리턴 System

this() 공개 메소드

public this ( int propertyIndex ) : ShaderMaterialProperty
propertyIndex int
리턴 ShaderMaterialProperty

this() 공개 메소드

public this ( string propertyName ) : ShaderMaterialProperty
propertyName string
리턴 ShaderMaterialProperty