Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::script Struct Reference

#include <script.h>

Public Types

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.
 

Detailed Description

Definition at line 11 of file script.h.

Member Typedef Documentation

◆ sptr

using unravel::script::sptr = std::shared_ptr<script>

Shared pointer to a physics material.

Definition at line 13 of file script.h.

◆ uptr

using unravel::script::uptr = std::unique_ptr<script>

Unique pointer to a physics material.

Definition at line 15 of file script.h.

◆ wptr

using unravel::script::wptr = std::weak_ptr<script>

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: