Class PropertyTypeExtensions
Inheritance
System.Object
PropertyTypeExtensions
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()
Namespace: AssetRipper.Export.UnityProjects.Shaders
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public static class PropertyTypeExtensions
Methods
| Improve this Doc View SourceIsMatch(PropertyType, SerializedPropertyType)
Declaration
public static bool IsMatch(this PropertyType _this, SerializedPropertyType type)
Parameters
Type | Name | Description |
---|---|---|
PropertyType | _this | |
SerializedPropertyType | type |
Returns
Type | Description |
---|---|
System.Boolean |
IsMatch(PropertyType, Int32)
Declaration
public static bool IsMatch(this PropertyType _this, int type)
Parameters
Type | Name | Description |
---|---|---|
PropertyType | _this | |
System.Int32 | type |
Returns
Type | Description |
---|---|
System.Boolean |