Merge branch 'category-rework' of https://github.com/Tryibion/FlaxEngine into Tryibion-category-rework

This commit is contained in:
Wojtek Figat
2024-02-27 11:08:33 +01:00
3 changed files with 18 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
/// Actor script component that synchronizes the Transform over the network.
/// </summary>
/// <remarks>Interpolation and prediction logic based on https://www.gabrielgambetta.com/client-server-game-architecture.html.</remarks>
API_CLASS(Namespace="FlaxEngine.Networking") class FLAXENGINE_API NetworkTransform : public Script, public INetworkSerializable
API_CLASS(Namespace="FlaxEngine.Networking", Attributes="Category(\"Flax Engine\")") class FLAXENGINE_API NetworkTransform : public Script, public INetworkSerializable
{
API_AUTO_SERIALIZATION();
DECLARE_SCRIPTING_TYPE(NetworkTransform);