Class NetworkReplicationGridNode
Network replication hierarchy node with 3D grid spatialization. Organizes static objects into chunks to improve performance in large worlds.
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class NetworkReplicationGridNode : NetworkReplicationNode
Constructors
NetworkReplicationGridNode()
Initializes a new instance of the NetworkReplicationGridNode.
Declaration
public NetworkReplicationGridNode()
Properties
CellSize
Size of the grid cell (in world units). Used to chunk the space for separate nodes.
Declaration
[Unmanaged]
public float CellSize { get; set; }
Property Value
System.Single
|