C# 클래스 FBX.Scene.Materials.Texture2D

The texture 2D class wraps a standard Nuaj texture and attaches a unique URL and ID to it so it can be serialized
파일 보기 프로젝트 열기: Patapom/GodComplex 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_ID int
m_OpacityURL string
m_Owner Scene
m_URL string

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
Save ( System _Writer ) : void
Texture2D ( Scene _Owner, System _Reader ) : System
Texture2D ( Scene _Owner, int _ID, string _URL, string _OpacityURL, bool _bCreateMipMaps ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

m_ID 보호되어 있는 프로퍼티

protected int m_ID
리턴 int

m_OpacityURL 보호되어 있는 프로퍼티

protected string m_OpacityURL
리턴 string

m_Owner 보호되어 있는 프로퍼티

protected Scene m_Owner
리턴 Scene

m_URL 보호되어 있는 프로퍼티

protected string m_URL
리턴 string