Class ExposedParameter
Inheritance
System.Object
ExposedParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.VFX.Utils
Syntax
public class ExposedParameterConstructors
ExposedParameter()
Declaration
public ExposedParameter()Methods
ToString()
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.Object.ToString()
Operators
Addition(ExposedParameter, ExposedParameter)
Declaration
public static ExposedParameter operator +(ExposedParameter self, ExposedParameter other)Parameters
| Type | Name | Description | 
|---|---|---|
| ExposedParameter | self | |
| ExposedParameter | other | 
Returns
| Type | Description | 
|---|---|
| ExposedParameter | 
Explicit(ExposedParameter to String)
Declaration
public static explicit operator string (ExposedParameter parameter)Parameters
| Type | Name | Description | 
|---|---|---|
| ExposedParameter | parameter | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Implicit(String to ExposedParameter)
Declaration
public static implicit operator ExposedParameter(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
Returns
| Type | Description | 
|---|---|
| ExposedParameter | 
Implicit(ExposedParameter to Int32)
Declaration
public static implicit operator int (ExposedParameter parameter)Parameters
| Type | Name | Description | 
|---|---|---|
| ExposedParameter | parameter | 
Returns
| Type | Description | 
|---|---|
| System.Int32 |