C# Class FXMakerEffect, TestGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: liuxq/TestGame Class Usage Examples

Méthodes publiques

Свойство Type Description
inst FXMakerEffect,
m_CurrentEffectRoot GameObject
m_DefaultEmptyPrefab GameObject
m_DefaultLegacyPrefab GameObject
m_DefaultPlanePrefab GameObject
m_DefaultShurikenPrefab GameObject

Protected Properties

Свойство Type Description
m_DefaultProjectName string
m_EditingName string
m_EffectContents GUIContent[]
m_EffectListScrollPos Vector2
m_EffectPrefabs GameObject[]
m_GroupFolderContents GUIContent[]
m_LoadDirectory string
m_ProjectFolerContents GUIContent[]
m_bChangePrefab bool
m_bMinimize bool
m_bMinimizeAll bool
m_bProcessDelSprite bool
m_bProcessDelete bool
m_bShowNewMenuPopup bool
m_bShowRightMenuPopup bool
m_nCameraAngleXIndex int
m_nCameraAngleYIndex int
m_nEffectCount int
m_nEffectIndex int
m_nGroupCount int
m_nGroupIndexs int[]
m_nIndexRightMenuPopup int
m_nMaxObjectColumn float
m_nProjectCount int
m_nProjectIndex int
m_nScrollColumn int

Méthodes publiques

Méthode Description
GetProjectContents ( ) : GUIContent[]
GetRect_Group ( ) : Rect
GetWindowRect ( ) : Rect
IsReadOnlyFolder ( ) : int
LoadProject ( ) : void
LoadProject ( string defaultEffectPath ) : void
RenameCurrentPrefab ( string newName ) : void
SaveProject ( ) : bool
SaveProject ( bool bClickSaveButton ) : bool
SetChangePrefab ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
BuildContents ( ) : void
ChangeActiveState ( GameObject oriEffectObject ) : void
CheckNewMenu ( ) : void
CheckRightMenu ( ) : void
ClonePrefab ( ) : void
CopyPrefab ( ) : void
CutPrefab ( ) : void
ExportPrefab ( bool bAllExport ) : void
FXMakerEffect ( ) : UnityEngine
GetCurrentDirPath ( ) : string
GetGroupIndex ( ) : int
GetGroupIndex ( int nProjectIndex ) : int
IsReadOnlyFolder ( string name ) : bool
LoadEffectFolder ( string selectPrefabPath ) : int
LoadGroup ( int nProjectIndex, int nGroupIndex, string groupName ) : bool
NewPrefab ( NEW_TYPE newType ) : void
OnEnable ( ) : void
OnGUI ( ) : void
PastePrefab ( ) : void
PingPrefab ( ) : void
SelectToolbar ( int nProjectIndex, int nGroupIndex, int nEffectIndex ) : void
SelectToolbar ( int nProjectIndex, int nGroupIndex, string EffectPrefabPath ) : void
SelectToolbar ( int nProjectIndex, string groupName, string EffectPrefabPath ) : void
SetActiveEffect ( int nEffectIndex ) : void
SetCurrentEffectPrefab ( GameObject setPrefab ) : void
SetGroupIndex ( int nIndex ) : void
ShowNewMenu ( ) : void
ShowRightMenu ( int nObjectIndex, bool bSelected ) : void
SpritePrefab ( ) : void
Start ( ) : void
ThumbPrefab ( ) : void
Update ( ) : void
winEffectList ( int id ) : void
winMenuToolbar ( int id ) : void
winTopRight ( int id ) : void

Method Details

GetProjectContents() public méthode

public GetProjectContents ( ) : GUIContent[]
Résultat GUIContent[]

GetRect_Group() public static méthode

public static GetRect_Group ( ) : Rect
Résultat Rect

GetWindowRect() public static méthode

public static GetWindowRect ( ) : Rect
Résultat Rect

IsReadOnlyFolder() public méthode

public IsReadOnlyFolder ( ) : int
Résultat int

LoadProject() public méthode

public LoadProject ( ) : void
Résultat void

LoadProject() public méthode

public LoadProject ( string defaultEffectPath ) : void
defaultEffectPath string
Résultat void

RenameCurrentPrefab() public méthode

public RenameCurrentPrefab ( string newName ) : void
newName string
Résultat void

SaveProject() public méthode

public SaveProject ( ) : bool
Résultat bool

SaveProject() public méthode

public SaveProject ( bool bClickSaveButton ) : bool
bClickSaveButton bool
Résultat bool

SetChangePrefab() public méthode

public SetChangePrefab ( ) : void
Résultat void

Property Details

inst public_oe static_oe property

public static FXMakerEffect, inst
Résultat FXMakerEffect,

m_CurrentEffectRoot public_oe property

public GameObject m_CurrentEffectRoot
Résultat GameObject

m_DefaultEmptyPrefab public_oe property

public GameObject m_DefaultEmptyPrefab
Résultat GameObject

m_DefaultLegacyPrefab public_oe property

public GameObject m_DefaultLegacyPrefab
Résultat GameObject

m_DefaultPlanePrefab public_oe property

public GameObject m_DefaultPlanePrefab
Résultat GameObject

m_DefaultProjectName protected_oe property

protected string m_DefaultProjectName
Résultat string

m_DefaultShurikenPrefab public_oe property

public GameObject m_DefaultShurikenPrefab
Résultat GameObject

m_EditingName protected_oe property

protected string m_EditingName
Résultat string

m_EffectContents protected_oe property

protected GUIContent[] m_EffectContents
Résultat GUIContent[]

m_EffectListScrollPos protected_oe property

protected Vector2 m_EffectListScrollPos
Résultat Vector2

m_EffectPrefabs protected_oe property

protected GameObject[] m_EffectPrefabs
Résultat GameObject[]

m_GroupFolderContents protected_oe property

protected GUIContent[] m_GroupFolderContents
Résultat GUIContent[]

m_LoadDirectory protected_oe property

protected string m_LoadDirectory
Résultat string

m_ProjectFolerContents protected_oe property

protected GUIContent[] m_ProjectFolerContents
Résultat GUIContent[]

m_bChangePrefab protected_oe property

protected bool m_bChangePrefab
Résultat bool

m_bMinimize protected_oe property

protected bool m_bMinimize
Résultat bool

m_bMinimizeAll protected_oe property

protected bool m_bMinimizeAll
Résultat bool

m_bProcessDelSprite protected_oe property

protected bool m_bProcessDelSprite
Résultat bool

m_bProcessDelete protected_oe property

protected bool m_bProcessDelete
Résultat bool

m_bShowNewMenuPopup protected_oe property

protected bool m_bShowNewMenuPopup
Résultat bool

m_bShowRightMenuPopup protected_oe property

protected bool m_bShowRightMenuPopup
Résultat bool

m_nCameraAngleXIndex protected_oe property

protected int m_nCameraAngleXIndex
Résultat int

m_nCameraAngleYIndex protected_oe property

protected int m_nCameraAngleYIndex
Résultat int

m_nEffectCount protected_oe property

protected int m_nEffectCount
Résultat int

m_nEffectIndex protected_oe property

protected int m_nEffectIndex
Résultat int

m_nGroupCount protected_oe property

protected int m_nGroupCount
Résultat int

m_nGroupIndexs protected_oe property

protected int[] m_nGroupIndexs
Résultat int[]

m_nIndexRightMenuPopup protected_oe property

protected int m_nIndexRightMenuPopup
Résultat int

m_nMaxObjectColumn protected_oe property

protected float m_nMaxObjectColumn
Résultat float

m_nProjectCount protected_oe property

protected int m_nProjectCount
Résultat int

m_nProjectIndex protected_oe property

protected int m_nProjectIndex
Résultat int

m_nScrollColumn protected_oe property

protected int m_nScrollColumn
Résultat int