C# Class UnityEditor.HeapshotReader

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
GetObjectsOfType ( string name ) : List
Open ( string fileName ) : bool

Private Methods

Method Description
ReadData ( BinaryReader reader ) : bool
ReadHeader ( BinaryReader reader ) : void
ReadObject ( BinaryReader reader ) : void
ReadType ( BinaryReader reader ) : void
ReadUnityObjects ( BinaryReader reader ) : void
ResolveInverseReferences ( ) : void
ResolveReferences ( ) : void
ResolveRoots ( ) : void

Method Details

GetObjectsOfType() public method

public GetObjectsOfType ( string name ) : List
name string
return List

Open() public method

public Open ( string fileName ) : bool
fileName string
return bool