C# 클래스 Reign.Video.Vita.SamplerState

상속: System.Disposable, SamplerStateI
파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
Enable ( int index ) : void
New ( DisposableI parent, SamplerStateDescI desc ) : SamplerState
SamplerState ( DisposableI parent, SamplerStateDescI desc ) : System

비공개 메소드들

메소드 설명
enable ( Texture2D texture ) : void

메소드 상세

Enable() 공개 메소드

public Enable ( int index ) : void
index int
리턴 void

New() 공개 정적인 메소드

public static New ( DisposableI parent, SamplerStateDescI desc ) : SamplerState
parent DisposableI
desc SamplerStateDescI
리턴 SamplerState

SamplerState() 공개 메소드

public SamplerState ( DisposableI parent, SamplerStateDescI desc ) : System
parent DisposableI
desc SamplerStateDescI
리턴 System