Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-FrameIndex.md
2024-08-26 23:07:20 +03:00

532 B

Frame Index

Menu Path : Operator > BuiltIn > Frame Index

The Frame Index Operator outputs the internal Visual Effect manager frame index. This is equivalent to Time.frameCount. The VFX Graph uses this value internally to check the validity of motion vectors.

Operator properties

Output Type Description
frameIndex uint The current frame index.