Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Update

Manually update this GeneratorInstance.
Read time 1 minuteLast updated 6 days ago

Definition

Update(GeneratorInstance)

Manually update this GeneratorInstance.
public void Update(GeneratorInstance generatorInstance)

Parameters

generatorInstance

Remarks

This is only valid on nested ProcessorInstances. You must always update any nested ProcessorInstances you have created.

Update(EffectInstance)

Manually update this EffectInstance.
public void Update(EffectInstance effectInstance)

Parameters

effectInstance

Remarks

This is only valid on nested ProcessorInstances. You must always update any nested ProcessorInstances you have created.