C# Class UnityEditor.ObjectInfo

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
className string
instanceId int
memorySize int
name string
reason int
referencedBy List

Property Details

className public_oe property

public string className
return string

instanceId public_oe property

public int instanceId
return int

memorySize public_oe property

public int memorySize
return int

name public_oe property

public string name
return string

reason public_oe property

public int reason
return int

referencedBy public_oe property

public List referencedBy
return List