Show / Hide Table of Contents

Struct PackedNativeType

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 PackedNativeType

Constructors

| Improve this Doc View Source

PackedNativeType(String, Int32)

Declaration
public PackedNativeType(string name, int nativeBaseTypeArrayIndex)
Parameters
Type Name Description
String name
Int32 nativeBaseTypeArrayIndex

Properties

| Improve this Doc View Source

baseClassId

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

name

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

nativeBaseTypeArrayIndex

Declaration
public int nativeBaseTypeArrayIndex { 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