Show / Hide Table of Contents

Struct PackedNativeUnityEngineObject

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.MemoryProfiler
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct PackedNativeUnityEngineObject

Constructors

| Improve this Doc View Source

PackedNativeUnityEngineObject(String, Int32, Int32, Int32, HideFlags, PackedNativeUnityEngineObject.ObjectFlags, Int64)

Declaration
public PackedNativeUnityEngineObject(string name, int instanceId, int size, int nativeTypeArrayIndex, HideFlags hideFlags, PackedNativeUnityEngineObject.ObjectFlags flags, long nativeObjectAddress)
Parameters
Type Name Description
String name
Int32 instanceId
Int32 size
Int32 nativeTypeArrayIndex
HideFlags hideFlags
PackedNativeUnityEngineObject.ObjectFlags flags
Int64 nativeObjectAddress

Properties

| Improve this Doc View Source

classId

Declaration
[Obsolete("PackedNativeUnityEngineObject.classId is obsolete. Use PackedNativeUnityEngineObject.nativeTypeArrayIndex instead (UnityUpgradable) -> nativeTypeArrayIndex")]
public int classId { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

hideFlags

Declaration
public HideFlags hideFlags { get; }
Property Value
Type Description
HideFlags
| Improve this Doc View Source

instanceId

Declaration
public int instanceId { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

isDontDestroyOnLoad

Declaration
public bool isDontDestroyOnLoad { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isManager

Declaration
public bool isManager { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isPersistent

Declaration
public bool isPersistent { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

nativeObjectAddress

Declaration
public long nativeObjectAddress { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

nativeTypeArrayIndex

Declaration
public int nativeTypeArrayIndex { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

size

Declaration
public int size { get; }
Property Value
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX