Nodes
NodeTrigger#
Creation of a NodeTrigger object, demonstrating the usage of its Position and Enabled callbacks on C# side.
SDK Path: <SDK_INSTALLATION>source\csharp\samples\Api\Nodes\NodeTrigger
Objects#
Creation of ObjectMeshDynamic objects and procedural transformation of their vertices on C# side.
SDK Path: <SDK_INSTALLATION>source\csharp\samples\Api\Nodes\Objects
PhysicalTrigger#
Creation of a PhysicalTrigger object, demonstrating the usage of its Enter and Leave callbacks on C# side.
SDK Path: <SDK_INSTALLATION>source\csharp\samples\Api\Nodes\PhysicalTrigger
WorldTrigger#
Creating WorldTrigger with 2 callbacks on C# side to change a material of a mesh.
SDK Path: <SDK_INSTALLATION>source\csharp\samples\Api\Nodes\WorldTrigger
CustomPlayers#
Implementing custom PlayerActor and PlayerSpectator in C#.
SDK Path: <SDK_INSTALLATION>source\csharp\samples\Api\Nodes\CustomPlayers