C# 클래스 MipMapProcessor, VisualScriptingTool

상속: BaseTextureGenerator
파일 보기 프로젝트 열기: OVPavlov/VisualScriptingTool

공개 프로퍼티들

프로퍼티 타입 설명
Data NodeData,
Input NodeDataInput
Source Texture2D,

보호된 메소드들

메소드 설명
FillTexture ( Texture2D, texture ) : void
GetParameters ( int &width, int &height, TextureFormat, &format, bool &useMipMap ) : void

메소드 상세

FillTexture() 보호된 메소드

protected FillTexture ( Texture2D, texture ) : void
texture Texture2D,
리턴 void

GetParameters() 보호된 메소드

protected GetParameters ( int &width, int &height, TextureFormat, &format, bool &useMipMap ) : void
width int
height int
format TextureFormat,
useMipMap bool
리턴 void

프로퍼티 상세

Data 공개적으로 프로퍼티

public NodeData, Data
리턴 NodeData,

Input 공개적으로 프로퍼티

public NodeDataInput Input
리턴 NodeDataInput

Source 공개적으로 프로퍼티

public Texture2D, Source
리턴 Texture2D,