MCPcopy Create free account
hub / github.com/carbonengine/trinity / ExposeToBlue

Method ExposeToBlue

trinity/Curves/Tr2QuaternionLerpCurve_Blue.cpp:8–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6BLUE_DEFINE( Tr2QuaternionLerpCurve );
7
8const Be::ClassInfo* Tr2QuaternionLerpCurve::ExposeToBlue()
9{
10 EXPOSURE_BEGIN( Tr2QuaternionLerpCurve, ":jessica-deprecated: True" )
11 MAP_INTERFACE( ITriFunction )
12 MAP_INTERFACE( ITriQuaternionFunction )
13 MAP_INTERFACE( ITriCurveLength )
14
15 MAP_ATTRIBUTE(
16 "start",
17 m_start,
18 "The time at which the sequence should begin",
19 Be::READWRITE | Be::PERSIST )
20 MAP_ATTRIBUTE(
21 "length",
22 m_length,
23 "Length of the ",
24 Be::READWRITE | Be::PERSIST )
25 MAP_ATTRIBUTE(
26 "value",
27 m_value,
28 "na",
29 Be::READWRITE | Be::PERSIST )
30 MAP_ATTRIBUTE(
31 "startCurve",
32 m_startCurve,
33 "Starting rotation curve",
34 Be::READWRITE | Be::PERSIST )
35 MAP_ATTRIBUTE(
36 "endCurve",
37 m_endCurve,
38 "End rotation curve",
39 Be::READWRITE | Be::PERSIST )
40
41 EXPOSURE_END()
42}

Callers

nothing calls this directly

Calls 1

MAP_INTERFACEFunction · 0.70

Tested by

no test coverage detected