LeviLamina
Loading...
Searching...
No Matches
PlayingSoundAttributes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, float> mVolume;
10 ::ll::TypedStorage<4, 4, float> mPitch;
11 ::ll::TypedStorage<4, 4, float> mMinDistance;
12 ::ll::TypedStorage<4, 4, float> mMaxDistance;
13 ::ll::TypedStorage<1, 1, bool> mIsMuted;
14 ::ll::TypedStorage<1, 1, bool> mIs3D;
15 // NOLINTEND
16};
Definition PlayingSoundAttributes.h:5