C# 클래스 LibSquishPort.ColourSet

파일 보기 프로젝트 열기: rbray89/ActiveTextureManagement 1 사용 예제들

공개 메소드들

메소드 설명
ColourSet ( byte rgba, int mask, SquishFlags flags ) : System
GetCount ( ) : int
GetPoints ( ) : Vector3[]
GetWeights ( ) : float[]
IsTransparent ( ) : bool
RemapIndices ( byte source, byte target ) : void

메소드 상세

ColourSet() 공개 메소드

public ColourSet ( byte rgba, int mask, SquishFlags flags ) : System
rgba byte
mask int
flags SquishFlags
리턴 System

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetPoints() 공개 메소드

public GetPoints ( ) : Vector3[]
리턴 Vector3[]

GetWeights() 공개 메소드

public GetWeights ( ) : float[]
리턴 float[]

IsTransparent() 공개 메소드

public IsTransparent ( ) : bool
리턴 bool

RemapIndices() 공개 메소드

public RemapIndices ( byte source, byte target ) : void
source byte
target byte
리턴 void