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

Information about one element of a sampler / texture within a layer.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ElementCount byte
ElementStart byte
Semantic TerrainLayerSamplerSemantic
Source byte

공개 메소드들

메소드 설명
TerrainLayerSamplerElement ( byte src, TerrainLayerSamplerSemantic sem, byte elemStart, byte elemCount ) : System

operator ( ) : bool

메소드 상세

TerrainLayerSamplerElement() 공개 메소드

public TerrainLayerSamplerElement ( byte src, TerrainLayerSamplerSemantic sem, byte elemStart, byte elemCount ) : System
src byte
sem TerrainLayerSamplerSemantic
elemStart byte
elemCount byte
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

ElementCount 공개적으로 프로퍼티

The number of colour elements this semantic uses (usually standard per semantic)
public byte ElementCount
리턴 byte

ElementStart 공개적으로 프로퍼티

The colour element at which this element starts
public byte ElementStart
리턴 byte

Semantic 공개적으로 프로퍼티

The semantic this element represents
public TerrainLayerSamplerSemantic Semantic
리턴 TerrainLayerSamplerSemantic

Source 공개적으로 프로퍼티

The source sampler index of this element relative to LayerDeclaration's list
public byte Source
리턴 byte