C# 클래스 AcTools.Render.Kn5Specific.Materials.Kn5MaterialExtend

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
GetPropertyValueAByName ( this mat, string name, float defaultValue = 0.0f ) : float
GetPropertyValueCByName ( this mat, string name ) : Vector3
GetPropertyValueCByName ( this mat, string name, Vector3 defaultValue ) : Vector3
SetResource ( this variable, IRenderableTexture texture ) : void

메소드 상세

GetPropertyValueAByName() 공개 정적인 메소드

public static GetPropertyValueAByName ( this mat, string name, float defaultValue = 0.0f ) : float
mat this
name string
defaultValue float
리턴 float

GetPropertyValueCByName() 공개 정적인 메소드

public static GetPropertyValueCByName ( this mat, string name ) : Vector3
mat this
name string
리턴 Vector3

GetPropertyValueCByName() 공개 정적인 메소드

public static GetPropertyValueCByName ( this mat, string name, Vector3 defaultValue ) : Vector3
mat this
name string
defaultValue Vector3
리턴 Vector3

SetResource() 공개 정적인 메소드

public static SetResource ( this variable, IRenderableTexture texture ) : void
variable this
texture IRenderableTexture
리턴 void