Struct PackedNativeType
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
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
|
Improve this Doc
View Source
nativeBaseTypeArrayIndex
Declaration
public int nativeBaseTypeArrayIndex { get; }
Property Value
Extension Methods