Skip to content

Logic Instantiate

Henry de Jongh edited this page Mar 11, 2023 · 1 revision
Description Icon
A reactive logic component that can instantiate a game object.

Parameters

Name Description
Template The template game object or prefab to be instantiated.

Inputs

Name Description Parameter
Instantiate Instantiates a new instance of the template game object. None

Outputs

Name Description Parameter
Instantiated Invoked when a game object has been instantiated.
This is a new chain of events with the instantiated game object as the activator.
parameter (string) The parameter that was passed to the input.

Remarks

The game object is instantiated at the position and rotation of the reactive logic component.

Clone this wiki locally