Scribe

Scribe

99 Downloads

Feat: Data Driven Particles

outercloudstudio opened this issue ยท 0 comments

commented

Dynamic Value API:

Random Weighted Values

{
    "random": [
        {
            "result": 5,
            "weight": 1
        },
        {
            "result": {
                "min": 1,
                "max": 10
            },
            "weight": 2
        }
    ]
}

Random Uniform Values

{
    "min": 1,
    "max": 10
}

Movement Types

Wander

Smoothly moves particle randomly around.

Linear

Moves particle and a specified direction straight

Initial Properties

Lifetime

Scale

Misc Components

Scale over lifetime

Alpha over lifetime

Physics (Gravity + Collision)

Acceleration / Drag

Spawn Components

Spawn over time

Spawn over distance

Custom Tick Function