2#include <engine/engine_export.h>
13 using sptr = std::shared_ptr<script>;
14 using wptr = std::weak_ptr<script>;
15 using uptr = std::unique_ptr<script>;
std::unique_ptr< script > uptr
Unique pointer to a physics material.
std::weak_ptr< script > wptr
Weak pointer to a physics material.
std::shared_ptr< script > sptr
Shared pointer to a physics material.