Class SerializedTypeReference
A reference type for a serializeable C# type.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AssetRipper.IO.Files.SerializedFiles.Parser
Assembly: AssetRipper.IO.Files.dll
Syntax
public sealed class SerializedTypeReference : SerializedTypeBase
Remarks
These are used for fields with the [SerializeReference] attribute.
Properties
| Improve this Doc View SourceAsmName
Declaration
public string AsmName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClassName
Declaration
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Declaration
public string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceIgnoreScriptTypeForHash(FormatVersion, UnityVersion)
Declaration
protected override bool IgnoreScriptTypeForHash(FormatVersion formatVersion, UnityVersion unityVersion)
Parameters
Type | Name | Description |
---|---|---|
FormatVersion | formatVersion | |
UnityVersion | unityVersion |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceReadTypeDependencies(SerializedReader)
Declaration
protected override void ReadTypeDependencies(SerializedReader reader)
Parameters
Type | Name | Description |
---|---|---|
SerializedReader | reader |
Overrides
| Improve this Doc View SourceWriteTypeDependencies(SerializedWriter)
Declaration
protected override void WriteTypeDependencies(SerializedWriter writer)
Parameters
Type | Name | Description |
---|---|---|
SerializedWriter | writer |