C# Class nodeParser.nodeParser

Inheritance: INodeParser
Afficher le fichier Open project: lightszero/EgretUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
_obj UnityEngine.GameObject
bufs byte[]>.Dictionary
debug bool

Méthodes publiques

Méthode Description
GenNode ( ) : GameObject
GetAllMatParsers ( ) : List
GetBufs ( ) : byte[]>.Dictionary
GetMatConfig ( Material mat ) : MyJson.JsonNode_Object
GetMatParser ( string shaderName ) : MatParser
InitMatParser ( string shader, MyJson json ) : void
Json2Obj ( MyJson _json, GameObject _obj, DelayProcess dp ) : void
Obj2Json ( GameObject _obj, MyJson _json ) : void
RegComponentParser ( IComponetParser parser ) : void
SaveNode ( GameObject _object ) : void
SetBufs ( byte[]>.Dictionary _bufs ) : void
nodeParser ( ) : UnityEngine

Method Details

GenNode() public méthode

public GenNode ( ) : GameObject
Résultat UnityEngine.GameObject

GetAllMatParsers() public méthode

public GetAllMatParsers ( ) : List
Résultat List

GetBufs() public méthode

public GetBufs ( ) : byte[]>.Dictionary
Résultat byte[]>.Dictionary

GetMatConfig() public static méthode

public static GetMatConfig ( Material mat ) : MyJson.JsonNode_Object
mat UnityEngine.Material
Résultat MyJson.JsonNode_Object

GetMatParser() public méthode

public GetMatParser ( string shaderName ) : MatParser
shaderName string
Résultat MatParser

InitMatParser() public méthode

public InitMatParser ( string shader, MyJson json ) : void
shader string
json MyJson
Résultat void

Json2Obj() public méthode

public Json2Obj ( MyJson _json, GameObject _obj, DelayProcess dp ) : void
_json MyJson
_obj UnityEngine.GameObject
dp DelayProcess
Résultat void

Obj2Json() public méthode

public Obj2Json ( GameObject _obj, MyJson _json ) : void
_obj UnityEngine.GameObject
_json MyJson
Résultat void

RegComponentParser() public méthode

public RegComponentParser ( IComponetParser parser ) : void
parser IComponetParser
Résultat void

SaveNode() public méthode

public SaveNode ( GameObject _object ) : void
_object UnityEngine.GameObject
Résultat void

SetBufs() public méthode

public SetBufs ( byte[]>.Dictionary _bufs ) : void
_bufs byte[]>.Dictionary
Résultat void

nodeParser() public méthode

public nodeParser ( ) : UnityEngine
Résultat UnityEngine

Property Details

_obj public_oe property

public GameObject,UnityEngine _obj
Résultat UnityEngine.GameObject

bufs public_oe property

public Dictionary bufs
Résultat byte[]>.Dictionary

debug public_oe property

public bool debug
Résultat bool