Strata - v1.4.10
    Preparing search index...

    Interface SpringState

    Runtime state of a physical spring.

    interface SpringState {
        position: Vector3;
        velocity: Vector3;
    }
    Index

    Properties

    Properties

    position: Vector3

    Current world position.

    velocity: Vector3

    Current velocity vector.