New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ActorCullRange.h
Go to the documentation of this file.
1
#
pragma
once
2
3
#
include
<
basis
/
seadTypes
.
h
>
4
5
struct
ActorCullRange
6
{
7
f32
up
;
8
f32
down
;
9
f32
left
;
10
f32
right
;
11
};
12
static_assert
(
sizeof
(
ActorCullRange
) == 0x10);
ActorCullRange
Definition
ActorCullRange.h:6
ActorCullRange::right
f32 right
Definition
ActorCullRange.h:10
ActorCullRange::up
f32 up
Definition
ActorCullRange.h:7
ActorCullRange::left
f32 left
Definition
ActorCullRange.h:9
ActorCullRange::down
f32 down
Definition
ActorCullRange.h:8
actor
ActorCullRange.h
Generated by
1.14.0