Interface IConstantValue
Represents a Constant value in an ImporterGraph. See also: ImportConstant<T>.
Inherited Members
Namespace: UnityEngine.Importer
Assembly: Unity.Importer.dll
Syntax
public interface IConstantValue : IDestinationEdge
Properties
Type
The Type of the constant.
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
Type |
Value
The value of the constant.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
object |