Class NetPhysicsTeleportLogging
Inheritance
System.Object
NetPhysicsTeleportLogging
Namespace: Eco.Shared.Networking.Internal
Assembly: Eco.Shared.dll
Syntax
public static class NetPhysicsTeleportLogging : Object
Methods
LogPhysicsFailData(String, NetPhysicsEntity, NetObject)
Logs Physics data failure, tries to print needed data for debugging purposes.
Declaration
public static void LogPhysicsFailData(string message, NetPhysicsEntity netPhyEnt, NetObject netObj)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to show before pushing the physics data details. |
NetPhysicsEntity | netPhyEnt | |
NetObject | netObj |