Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
d3b299c0e3a0e6f90576a2b6c7adfe3480dbb6c4
/
.
/
include
/
rive
/
transform_space.hpp
blob: 3e9c3c9b0367f58c3ed12f6331e428883d0a13cf [
file
]
#ifndef
_RIVE_TRANSFORM_SPACE_HPP_
#define
_RIVE_TRANSFORM_SPACE_HPP_
namespace
rive
{
enum
class
TransformSpace
:
unsigned
int
{
world
=
0
,
local
=
1
};
}
#endif