KinetixCore.Network
Public Methods
SetConfiguration(
KinetixNetworkConfiguration _Configuration
)
void
Set the Kinetix Network Configuration
GetConfiguration()
Kinetix Network Configuration
Get the Kinetix Network Configuration
GetRemoteKCC(
string _RemotePeerUUID
)
Kinetix Character Component Remote
Get the Kinetix Character Component Remote based on the remote peer UUID
RegisterRemotePeerAnimator(
string _RemotePeerUUID,
Animator _Animator
)
void
Register remote peer animator based on remote peer UUID
RegisterRemotePeerCustom(
string _RemotePeerUUID,
DataBoneTransform _Root, Transform _RootTransform,
IPoseInterpreter _PoseInterpreter
)
void
Advanced register of remote peer avatar based on remote peer UUID
UnregisterRemotePeer(
string _RemotePeerUUID
)
void
Unregister remote peer based on peer UUID
UnregisterAllRemotePeers()
void
Unregister all the remote peers
Last updated