Struct GhostAuthoringComponent.GhostComponentField
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Unity.NetCode
Syntax
[Serializable]
public struct GhostComponentField
Fields
interpolate
Declaration
public bool interpolate
Field Value
| Type | Description |
|---|---|
| System.Boolean |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| System.String |
quantization
Declaration
public int quantization
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
Field
Declaration
public FieldInfo Field { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Reflection.FieldInfo |