C# 클래스 Axiom.Components.Terrain.TerrainLayerSampler

Description of a sampler that will be used with each layer.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alias string
Format PixelFormat

공개 메소드들

메소드 설명
TerrainLayerSampler ( string aliasName, PixelFormat format ) : System

operator ( ) : bool

메소드 상세

TerrainLayerSampler() 공개 메소드

public TerrainLayerSampler ( string aliasName, PixelFormat format ) : System
aliasName string
format PixelFormat
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Alias 공개적으로 프로퍼티

A descriptive name that is merely used to assist in recognition
public string Alias
리턴 string

Format 공개적으로 프로퍼티

The format required of this texture
public PixelFormat Format
리턴 PixelFormat