Class SerializedPropertyExtensions
Inheritance
System.Object
SerializedPropertyExtensions
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)
System.Object.ToString()
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class SerializedPropertyExtensions
Methods
|
Improve this Doc
View Source
GetAttributes(ISerializedProperty)
Declaration
public static string[] GetAttributes(this ISerializedProperty property)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.SerializedProperty.ISerializedProperty |
property |
|
Returns
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GetDefaultValue(ISerializedProperty)
Declaration
public static string GetDefaultValue(this ISerializedProperty property)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.SerializedProperty.ISerializedProperty |
property |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFlags(ISerializedProperty)
Declaration
public static SerializedPropertyFlag GetFlags(this ISerializedProperty property)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.SerializedProperty.ISerializedProperty |
property |
|
Returns
|
Improve this Doc
View Source
GetType_(ISerializedProperty)
Declaration
public static SerializedPropertyType GetType_(this ISerializedProperty property)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.SerializedProperty.ISerializedProperty |
property |
|
Returns
|
Improve this Doc
View Source
GetTypeString(ISerializedProperty)
Declaration
public static string GetTypeString(this ISerializedProperty property)
Parameters
Type |
Name |
Description |
AssetRipper.SourceGenerated.Subclasses.SerializedProperty.ISerializedProperty |
property |
|
Returns
Type |
Description |
System.String |
|