Show / Hide Table of Contents

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 Source

RequiredProperty()

Declaration
public RequiredProperty()
| Improve this Doc View Source

RequiredProperty(String, PropertyType)

Declaration
public RequiredProperty(string name, PropertyType type)
Parameters
Type Name Description
System.String name
PropertyType type

Properties

| Improve this Doc View Source

PropertyName

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PropertyType

Declaration
public PropertyType PropertyType { get; set; }
Property Value
Type Description
PropertyType
| Improve this Doc View Source

PropertyTypeName

Declaration
public string PropertyTypeName { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

IsMatch(ISerializedProperty)

Declaration
public bool IsMatch(ISerializedProperty property)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.SerializedProperty.ISerializedProperty property
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾