C# 클래스 SettingsCompiler.UseAsShaderConstantAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: TheRealMJP/Shadows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UseAsShaderConstant bool

공개 메소드들

메소드 설명
UseAsShaderConstantAttribute ( bool useAsShaderConstant ) : System
UseFieldAsShaderConstant ( FieldInfo field ) : bool

메소드 상세

UseAsShaderConstantAttribute() 공개 메소드

public UseAsShaderConstantAttribute ( bool useAsShaderConstant ) : System
useAsShaderConstant bool
리턴 System

UseFieldAsShaderConstant() 공개 정적인 메소드

public static UseFieldAsShaderConstant ( FieldInfo field ) : bool
field System.Reflection.FieldInfo
리턴 bool

프로퍼티 상세

UseAsShaderConstant 공개적으로 프로퍼티

public bool UseAsShaderConstant
리턴 bool