C# 클래스 Microsoft.Xna.Framework.Graphics.EffectPassCollection

파일 보기 프로젝트 열기: DeathCradle/Open-Terraria-API 1 사용 예제들

공개 메소드들

메소드 설명
this ( int index ) : EffectPass
this ( string name ) : EffectPass

Gets a specific element in the collection by using a name.

메소드 상세

this() 공개 메소드

public this ( int index ) : EffectPass
index int
리턴 EffectPass

this() 공개 메소드

Gets a specific element in the collection by using a name.
public this ( string name ) : EffectPass
name string Name of the EffectPass to get.
리턴 EffectPass