ReplicationMode

    SceneReplicationConfig.swift:11
    enum ReplicationMode

    Cases

    • case never

      Do not keep the given property synchronized.

    • case always

      Replicate the given property on process by constantly sending updates using unreliable transfer mode.

    • case onChange

      Replicate the given property on process by sending updates using reliable transfer mode when its value changes.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (14) members.

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features