Class GhostFieldAttribute
Inheritance
GhostFieldAttribute
Syntax
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class GhostFieldAttribute : Attribute, _Attribute
Constructors
GhostFieldAttribute()
Declaration
public GhostFieldAttribute()
Properties
Composite
Declaration
public bool Composite { get; set; }
Property Value
MaxSmoothingDistance
The maximum distance between two snapshots for which smoothing will be applied.
If the value changes more than this between two received snapshots the smoothing
action will not be performed.
Declaration
public int MaxSmoothingDistance { get; set; }
Property Value
Quantization
Declaration
public int Quantization { get; set; }
Property Value
SendData
Declaration
public bool SendData { get; set; }
Property Value
Smoothing
Declaration
public SmoothingAction Smoothing { get; set; }
Property Value
SubType
Declaration
public int SubType { get; set; }
Property Value