Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FlowGraphSetPropertyBlock<TargetT, ValueT>

experimental

Block that sets a property on a target object. TODO: Add support for animating the property.

Type Parameters

  • TargetT

  • ValueT

Hierarchy

Index

Constructors

  • Type Parameters

    • TargetT

    • ValueT

    Returns FlowGraphSetPropertyBlock<TargetT, ValueT>

Properties

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

Output connection: The signal that is triggered when the execution of this block is done.

Input connection: The input signal of the block.

property: FlowGraphDataConnection<string>

Input connection: The property to set on the object. Supports dot notation.

target: FlowGraphDataConnection<TargetT>

Input connection: The target object.

uniqueId: string

A randomly generated GUID for each block.

Input connection: The value to set on the property.

Methods

  • Parameters

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme