#include <script.h>
|
| using | sptr = std::shared_ptr<script> |
| | Shared pointer to a physics material.
|
| |
| using | wptr = std::weak_ptr<script> |
| | Weak pointer to a physics material.
|
| |
| using | uptr = std::unique_ptr<script> |
| | Unique pointer to a physics material.
|
| |
Definition at line 11 of file script.h.
◆ sptr
Shared pointer to a physics material.
Definition at line 13 of file script.h.
◆ uptr
Unique pointer to a physics material.
Definition at line 15 of file script.h.
◆ wptr
Weak pointer to a physics material.
Definition at line 14 of file script.h.
The documentation for this struct was generated from the following file:
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine/engine/scripting/script.h