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
Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Свойство Type Description
m_ID int
m_OpacityURL string
m_Owner Scene
m_URL string

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode 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 méthode

public ToString ( ) : string
Résultat string

Property Details

m_ID protected_oe property

protected int m_ID
Résultat int

m_OpacityURL protected_oe property

protected string m_OpacityURL
Résultat string

m_Owner protected_oe property

protected Scene m_Owner
Résultat Scene

m_URL protected_oe property

protected string m_URL
Résultat string