UnityEditor.HeapshotWindow.HeapshotUIObject.HeapshotUIObject C# (CSharp) 메소드

HeapshotUIObject() 공개 메소드

public HeapshotUIObject ( string name, UnityEditor refObject, bool inverseReference ) : System
name string
refObject UnityEditor
inverseReference bool
리턴 System
            public HeapshotUIObject(string name, UnityEditor.HeapshotReader.ObjectInfo refObject, bool inverseReference)
            {
                this.name = name;
                this.obj = refObject;
                this.inverseReference = inverseReference;
            }
HeapshotWindow.HeapshotUIObject