FSWorldComponent.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
    void Awake()
    {
        instance = this;
        world = new World(new FVector2(Gravity.x, Gravity.y));
    }
FSWorldComponent