123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "entries": [
- {
- "base": "{A4CFB2F2-4045-47ED-AE73-ED60C2072EE4}",
- "context": "ScriptCanvas::Node",
- "variant": "",
- "details": {
- "name": "Lerp Between",
- "category": "Math"
- },
- "slots": [
- {
- "base": "Input_In_0",
- "details": {
- "name": "In",
- "tooltip": "Starts the lerp action from the beginning."
- }
- },
- {
- "base": "DataInput_Start_0",
- "details": {
- "name": "Start"
- }
- },
- {
- "base": "DataInput_Stop_1",
- "details": {
- "name": "Stop"
- }
- },
- {
- "base": "DataInput_Speed_2",
- "details": {
- "name": "Speed"
- }
- },
- {
- "base": "DataInput_Maximum Duration_3",
- "details": {
- "name": "Maximum Duration"
- }
- },
- {
- "base": "Output_Out_0",
- "details": {
- "name": "Out",
- "tooltip": "Executes immediately after the lerp action is started."
- }
- },
- {
- "base": "Input_Cancel_1",
- "details": {
- "name": "Cancel",
- "tooltip": "Stops the lerp action immediately."
- }
- },
- {
- "base": "Output_Canceled_1",
- "details": {
- "name": "Canceled",
- "tooltip": "Executes immediately after the operation is canceled."
- }
- },
- {
- "base": "Output_Tick_2",
- "details": {
- "name": "Tick",
- "tooltip": "Signaled at each step of the lerp."
- }
- },
- {
- "base": "DataOutput_Step_0",
- "details": {
- "name": "Step"
- }
- },
- {
- "base": "DataOutput_Percent_1",
- "details": {
- "name": "Percent"
- }
- },
- {
- "base": "Output_Lerp Complete_3",
- "details": {
- "name": "Lerp Complete",
- "tooltip": "Signaled after the last Tick, when the lerp is complete"
- }
- }
- ]
- }
- ]
- }
|