New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ActorCullUtil.h
Go to the documentation of this file.
1#pragma once
2
3#include <actor/ActorCullRange.h>
4
5#include <math/seadBoundBox.h>
6
8{
9public:
10 // Address: 0x02008838
11 static bool screenCullCheck(const sead::BoundBox2f& range, const ActorCullRange& cull_range);
12 // Address: 0x02008918
13 static bool screenCullCheck(const sead::BoundBox2f& range);
14 // Address: 0x0200897C
15 static bool areaCullCheck(const sead::BoundBox2f& range, u8 area_no);
16};
Definition ActorCullUtil.h:8
static bool screenCullCheck(const sead::BoundBox2f &range, const ActorCullRange &cull_range)
static bool areaCullCheck(const sead::BoundBox2f &range, u8 area_no)
static bool screenCullCheck(const sead::BoundBox2f &range)