Method TryCommitTransformToServer
TryCommitTransformToServer(Transform, double)
This will try to send/commit the current transform delta states (if any)
Declaration
protected void TryCommitTransformToServer(Transform transformToCommit, double dirtyTime)
Parameters
Type | Name | Description |
---|---|---|
Transform | transformToCommit | the transform to be committed |
double | dirtyTime | time it was marked dirty |
Remarks
Only client owners or the server should invoke this method