Interface IConvertibleObject<TIn>
Namespace: Unity.Compositor
Syntax
public interface IConvertibleObject<TIn>
Type Parameters
Name | Description |
---|---|
TIn |
Properties
Value
Declaration
TIn Value { get; set; }
Property Value
Type | Description |
---|---|
TIn |