Interface IConstantHandler
Namespace: Unity.Compositor.Editor
Syntax
public interface IConstantHandler
Methods
GetExpressionFromValue(Object, Stencil, Type)
Declaration
ExpressionSyntax GetExpressionFromValue(object value, Stencil stencil, Type generatedType)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | value | |
| Stencil | stencil | |
| Type | generatedType |
Returns
| Type | Description |
|---|---|
| ExpressionSyntax |
GetValueFromDefaultString(String)
Declaration
object GetValueFromDefaultString(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| String | str |
Returns
| Type | Description |
|---|---|
| Object |