TimerNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

TimerNodeData()
TimerNodeData(guid: Guid)
TimerNodeData(other: AudioGraphNodeData)
TimerNodeData(other: DataContainer)

Properties

Name Type
start AudioGraphNodePort
stop AudioGraphNodePort
period AudioGraphNodePort
tick AudioGraphNodePort
progress AudioGraphNodePort
mode TimerMode

Static members

Name Type
TimerNodeData.typeInfo TypeInformation

Constructors

TimerNodeData

TimerNodeData()

Creates a new TimerNodeData frostbite instance.

TimerNodeData

TimerNodeData(guid: Guid)

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

Parameters

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

TimerNodeData

TimerNodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to TimerNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to TimerNodeData.

TimerNodeData

TimerNodeData(other: DataContainer)

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

Parameters

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

Properties

start

AudioGraphNodePort

stop

AudioGraphNodePort

period

AudioGraphNodePort

tick

AudioGraphNodePort

progress

AudioGraphNodePort

mode

TimerMode

Static members

typeInfo

TypeInformation

The type information for the TimerNodeData type.

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