C# 클래스 FSO.Content.Model.InMemoryTextureRefWithMask

상속: InMemoryTextureRef
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
InMemoryTextureRefWithMask ( byte data, uint maskColors ) : System

보호된 메소드들

메소드 설명
Process ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, Stream stream ) : Microsoft.Xna.Framework.Graphics.Texture2D

메소드 상세

InMemoryTextureRefWithMask() 공개 메소드

public InMemoryTextureRefWithMask ( byte data, uint maskColors ) : System
data byte
maskColors uint
리턴 System

Process() 보호된 메소드

protected Process ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device, Stream stream ) : Microsoft.Xna.Framework.Graphics.Texture2D
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
stream Stream
리턴 Microsoft.Xna.Framework.Graphics.Texture2D