C# Class UnityEditor.HeapshotReader.TypeInfo

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
fields HeapshotReader.FieldInfo>.Dictionary
name string

Public Methods

Method Description
TypeInfo ( ) : System
TypeInfo ( string name ) : System

Method Details

TypeInfo() public method

public TypeInfo ( ) : System
return System

TypeInfo() public method

public TypeInfo ( string name ) : System
name string
return System

Property Details

fields public property

public Dictionary fields
return HeapshotReader.FieldInfo>.Dictionary

name public property

public string name
return string