Class GhostSnapshotValue | Unity NetCode | 0.2.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Class GhostSnapshotValue

    Inheritance
    Object
    GhostSnapshotValue
    Namespace: Unity.NetCode
    Syntax
    public abstract class GhostSnapshotValue

    Fields

    GameSpecificTypes

    Declaration
    public static List<GhostSnapshotValue> GameSpecificTypes
    Field Value
    Type Description
    List<GhostSnapshotValue>

    k_TemplateRootPath

    Declaration
    protected const string k_TemplateRootPath = "Packages/com.unity.netcode/Editor/CodeGenTemplates/SnapshotValue"
    Field Value
    Type Description
    String

    Properties

    SupportsQuantization

    Declaration
    public abstract bool SupportsQuantization { get; }
    Property Value
    Type Description
    Boolean

    Methods

    AddImports(HashSet<String>)

    Declaration
    public virtual void AddImports(HashSet<string> imports)
    Parameters
    Type Name Description
    HashSet<String> imports

    CanProcess(FieldInfo, String, String)

    Declaration
    public virtual bool CanProcess(FieldInfo field, string componentName, string fieldName)
    Parameters
    Type Name Description
    FieldInfo field
    String componentName
    String fieldName
    Returns
    Type Description
    Boolean

    CanProcess(Type, String, String)

    Declaration
    public abstract bool CanProcess(Type type, string componentName, string fieldName)
    Parameters
    Type Name Description
    Type type
    String componentName
    String fieldName
    Returns
    Type Description
    Boolean

    GetTemplatePath(Int32)

    Declaration
    public abstract string GetTemplatePath(int quantization)
    Parameters
    Type Name Description
    Int32 quantization
    Returns
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023