C# Class PrefabEvolution.PECache

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: ferdbold/littleawfuljam2016 Class Usage Examples

Méthodes publiques

Méthode Description
CheckPrefab ( ) : void
ForceCheckAllAssets ( ) : void
GetPrefabsWithInstances ( string guid ) : IEnumerable

Private Methods

Méthode Description
Add ( string prefabGuid, string guid ) : void
CheckAllAssets ( ) : void
CheckPrefab ( string guid, GameObject prefab ) : void
PathFilter ( string path ) : bool
SelectPrefapCache ( ) : void
SetDontSave ( ) : void
UpdatePrefabList ( ) : void
canPrefabContainsNestedInstances ( string path ) : bool
getMetaInfo ( string path ) : string
getMetaUserData ( string meta ) : string
setContainsNestedInstances ( string guid, bool state ) : void
this ( string guid ) : List

Method Details

CheckPrefab() public méthode

public CheckPrefab ( ) : void
Résultat void

ForceCheckAllAssets() static public méthode

static public ForceCheckAllAssets ( ) : void
Résultat void

GetPrefabsWithInstances() public méthode

public GetPrefabsWithInstances ( string guid ) : IEnumerable
guid string
Résultat IEnumerable