ProtoFlux:Playback Drive: Difference between revisions

From Resonite Wiki
m add to category
m grammar
Line 23: Line 23:
|}}
|}}


Is Playing is a node that will take a [[Type:SyncPlayback|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 ([[Type:Bool|bool]]) is true. When ForceSync ([[Impulses|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 ([[Impulses|Call]]) is called and normalized position does not have an input, it will do nothing.  
Playback Drive is a node that will take a [[Type:SyncPlayback|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 ([[Type:Bool|bool]]) is true. When ForceSync ([[Impulses|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 ([[Impulses|Call]]) is called and normalized position does not have an input, it will do nothing.  


{{Stub}}
{{Stub}}

Revision as of 06:50, 9 February 2024

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

Playback Drive 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