DataStepNode

Inherits from UINodeData

Summary

Constructors

DataStepNode()
DataStepNode(guid: Guid)
DataStepNode(other: UINodeData)
DataStepNode(other: DataContainer)

Properties

Name Type
inValue UINodePort | nil
out UINodePort | nil
steps float[]
currentStepDataSource UIDataSourceInfo
dataSource UIDataSourceInfo

Static members

Name Type
DataStepNode.typeInfo TypeInformation

Constructors

DataStepNode

DataStepNode()

Creates a new DataStepNode frostbite instance.

DataStepNode

DataStepNode(guid: Guid)

Creates a new DataStepNode frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

DataStepNode

DataStepNode(other: UINodeData)

Casts an instance of type UINodeData to DataStepNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UINodeData The instance to cast to DataStepNode.

DataStepNode

DataStepNode(other: DataContainer)

Casts an instance of type DataContainer to DataStepNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to DataStepNode.

Properties

inValue

UINodePort | nil

out

UINodePort | nil

steps

float[]

currentStepDataSource

UIDataSourceInfo

dataSource

UIDataSourceInfo

Static members

typeInfo

TypeInformation

The type information for the DataStepNode type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)