C# 클래스 FlatRedBall.Graphics.Model.Animation.Content.PaletteSourceCode

Contains the source code for BasicPaletteEffect, but allows instanciation for variable palette sizes.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PALETTE_SIZE int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PaletteSourceCode ( int size ) : System

Creates a new instance of PaletteSourceCode.

메소드 상세

PaletteSourceCode() 공개 메소드

Creates a new instance of PaletteSourceCode.
public PaletteSourceCode ( int size ) : System
size int The size of the matrix palette.
리턴 System

프로퍼티 상세

PALETTE_SIZE 공개적으로 프로퍼티

The size of the matrix palette.
public int PALETTE_SIZE
리턴 int