C# Class NcSpriteFactoryEditor, TestGame

Inheritance: FXMakerEditor
Afficher le fichier Open project: liuxq/TestGame

Protected Properties

Свойство Type Description
m_FxmPopupManager FxmPopupManager,
m_Sel NcSpriteFactory,

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Méthodes protégées

Méthode Description
CreateSpriteAtlas ( Material tarMat ) : void
GetHelpContent ( string tooltip ) : GUIContent
HelpBox ( string caption ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Méthode Description
BuildSpriteAtlas ( ) : Texture2D
GetSpriteNodeNames ( ) : string[]
ScaleTexture ( Texture2D source, int targetWidth, int targetHeight ) : Texture2D

Method Details

CreateSpriteAtlas() protected méthode

protected CreateSpriteAtlas ( Material tarMat ) : void
tarMat Material
Résultat void

GetHelpContent() protected méthode

protected GetHelpContent ( string tooltip ) : GUIContent
tooltip string
Résultat GUIContent

HelpBox() protected méthode

protected HelpBox ( string caption ) : void
caption string
Résultat void

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

Property Details

m_FxmPopupManager protected_oe property

protected FxmPopupManager, m_FxmPopupManager
Résultat FxmPopupManager,

m_Sel protected_oe property

protected NcSpriteFactory, m_Sel
Résultat NcSpriteFactory,