LeviLamina
Loading...
Searching...
No Matches
ChannelTransform.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class Vec3;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 ChannelTransform& operator=(ChannelTransform const&);
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI explicit ChannelTransform(::ChannelTransform_Float const& rhs);
30
31 MCNAPI bool getDataValues(::Vec3& minValue, ::Vec3& maxValue) const;
32
33 MCNAPI bool operator==(::ChannelTransform const& rhs) const;
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(::ChannelTransform_Float const& rhs);
40 // NOLINTEND
41};
Definition ChannelTransform_Float.h:5
Definition ChannelTransform.h:11
MCAPI void * $ctor(::ChannelTransform_Float const &rhs)
MCAPI bool operator==(::ChannelTransform const &rhs) const
MCAPI ChannelTransform(::ChannelTransform_Float const &rhs)
MCAPI bool getDataValues(::Vec3 &minValue, ::Vec3 &maxValue) const
Definition Vec3.h:10
Definition Alias.h:14