Search Results for

    Show / Hide Table of Contents

    Class SyncedProp

    Synchronized prop, mostly owned by server

    Inheritance
    Object
    SyncedEntity
    SyncedProp
    Inherited Members
    SyncedEntity.IsLocal
    SyncedEntity.ID
    SyncedEntity.OwnerID
    SyncedEntity.IsOutOfSync
    SyncedEntity.LastSynced
    SyncedEntity.LastFullSynced
    SyncedEntity.LastUpdated
    SyncedEntity.SendNextFrame
    SyncedEntity.SendFullNextFrame
    SyncedEntity._lastFrozen
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: RageCoop.Client
    Assembly: RageCoop.Client.dll
    Syntax
    public class SyncedProp : SyncedEntity

    Properties

    MainProp

    The real entity

    Declaration
    public Prop MainProp { get; set; }
    Property Value
    Type Description
    Prop
    In This Article
    Back to top Generated by DocFX