C# 클래스 Myre.Graphics.Materials.MaterialParameterSetter

파일 보기 프로젝트 열기: TomGillen/Myre 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Parameter Microsoft.Xna.Framework.Graphics.EffectParameter
Semantic string

공개 메소드들

메소드 설명
Apply ( BoxedValueStore globals ) : void
MaterialParameterSetter ( EffectParameter parameter ) : System

메소드 상세

Apply() 공개 추상적인 메소드

public abstract Apply ( BoxedValueStore globals ) : void
globals BoxedValueStore
리턴 void

MaterialParameterSetter() 공개 메소드

public MaterialParameterSetter ( EffectParameter parameter ) : System
parameter Microsoft.Xna.Framework.Graphics.EffectParameter
리턴 System

프로퍼티 상세

Parameter 보호되어 있는 프로퍼티

protected EffectParameter,Microsoft.Xna.Framework.Graphics Parameter
리턴 Microsoft.Xna.Framework.Graphics.EffectParameter

Semantic 보호되어 있는 프로퍼티

protected string Semantic
리턴 string