Class GhostDefaultFieldAttribute | Unity NetCode | 0.2.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Class GhostDefaultFieldAttribute

    Inheritance
    Object
    Attribute
    GhostDefaultFieldAttribute
    Namespace: Unity.NetCode
    Syntax
    public class GhostDefaultFieldAttribute : Attribute, _Attribute

    Constructors

    GhostDefaultFieldAttribute(Int32, Boolean)

    Declaration
    public GhostDefaultFieldAttribute(int quantizationFactor = -1, bool interpolate = false)
    Parameters
    Type Name Description
    Int32 quantizationFactor
    Boolean interpolate

    Properties

    Interpolate

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

    Quantization

    Declaration
    public int Quantization { get; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX