Class RequiredProperty
Inheritance
System.Object
RequiredProperty
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 class RequiredProperty
Constructors
| Improve this Doc View SourceRequiredProperty()
Declaration
public RequiredProperty()
RequiredProperty(String, PropertyType)
Declaration
public RequiredProperty(string name, PropertyType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
PropertyType | type |
Properties
| Improve this Doc View SourcePropertyName
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyType
Declaration
public PropertyType PropertyType { get; set; }
Property Value
Type | Description |
---|---|
PropertyType |
PropertyTypeName
Declaration
public string PropertyTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceIsMatch(ISerializedProperty)
Declaration
public bool IsMatch(ISerializedProperty property)
Parameters
Type | Name | Description |
---|---|---|
AssetRipper.SourceGenerated.Subclasses.SerializedProperty.ISerializedProperty | property |
Returns
Type | Description |
---|---|
System.Boolean |