bf6-portal-mod-types
    Preparing search index...

    Type Alias Transform

    The Transform opaque type. Can be created with mod.CreateTransform. It defines a transformation (position and rotation) in 3D space that can be applied to a mod.Object. TODO: Determine if it can be compared with mod.Equals.

    type Transform = {
        _opaque: typeof TransformSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof TransformSymbol