Struct SerializedType
Wrapper for serializing types for runtime.
Inherited Members
Namespace: UnityEngine.ResourceManagement.Util
Assembly: Unity.ResourceManager.dll
Syntax
[Serializable]
public struct SerializedType
Properties
Name | Description |
---|---|
Assembly |
The assembly name of the type. |
Class |
The name of the type. |
Value | Get and set the serialized type. |
Value |
Used for multi-object editing. Indicates whether or not property value was changed. |
Methods
Name | Description |
---|---|
To |
Converts information about the serialized type to a formatted string. |