docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IPortTypeConverter

    Base class for all port converters.

    Inheritance
    object
    IPortType
    IPortTypeConverter
    PortConverter<FirstType, SecondType>
    PortInterConnect
    Inherited Members
    IPortType.globalId
    IPortType.uniqueId
    IPortType.synchronizeAfterLinking
    IPortType.Clock
    IPortType.ChangeEvent
    IPortType.Batching
    IPortType.SignalBatch
    IPortType.Connected
    IPortType.Driver
    IPortType.SetConnected(bool)
    IPortType.SetSynchronizeAfterLinking(bool)
    IPortType.CreateFieldBox()
    IPortType.TrySetValue(object)
    IPortType.TryGetValue()
    IPortType.Synchronize()
    IPortType.Propagate(double)
    IPortType.SetOnChangeClockRisingEdge(bool)
    IPortType.SetAsDriver(object)
    IPortType.BeginBatch()
    IPortType.EndBatch()
    IPortType.TypeNiceName(Type)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class IPortTypeConverter : IPortType

    Fields

    Name Description
    driverSide

    Describes which side of the converter is taking priority.

    rawFirstField

    The source side of the converter.

    rawSecondField

    The target side of the converter.

    Methods

    Name Description
    IsCompatible()

    Whether the two types are convertible.

    RebindPorts(DriverSide)

    Called when the converter is used by the linker. Any initialization can go here, the fields are properly set.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)