ProtoFlux:Playback Drive: Difference between revisions

From Resonite Wiki
create barebones Drive Playback ProtoFlux Node Page
 
m add to category
Line 28: Line 28:


<i> This node needs standardization with [[Example ProtoFlux Node]] </i>
<i> This node needs standardization with [[Example ProtoFlux Node]] </i>
[[Category:ProtoFlux:Media]]

Revision as of 06:49, 9 February 2024

Sample Object Animation Track< T>
StartDrive
OnStartDrive
StopDrive
OnStopDrive
ForceResync
OnResync
Target
IsDriving
NormalizedPosition
MaximumPositionError
Speed
Play
Loop
Assets

Is Playing is a node that will take a SyncPlayback and allow you to start or stop driving it to a set of provided playback settings and values. This node does the driving in a non networked fashion, which essentially makes the provided SyncPlayback no longer synced while IsDriving (bool) is true. When ForceSync (Call) is impulsed, The node will try to sync the current animation position that the local user sees with everyone else in a session. (See Impulses for what a local user on an Impulse means) If ForceSync (Call) is called and normalized position does not have an input, it will do nothing.


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


This node needs standardization with Example ProtoFlux Node