C# Class 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
显示文件 Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Property Type Description
m_ID int
m_OpacityURL string
m_Owner Scene
m_URL string

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
Save ( System _Writer ) : void
Texture2D ( Scene _Owner, System _Reader ) : System
Texture2D ( Scene _Owner, int _ID, string _URL, string _OpacityURL, bool _bCreateMipMaps ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

m_ID protected_oe property

protected int m_ID
return int

m_OpacityURL protected_oe property

protected string m_OpacityURL
return string

m_Owner protected_oe property

protected Scene m_Owner
return Scene

m_URL protected_oe property

protected string m_URL
return string