rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-rapier
/
io.github.aecsocket.rattle.rapier
/
RapierRefCounted
Rapier
Ref
Counted
abstract
class
RapierRefCounted
:
RapierNative
,
RefCounted
Inheritors
RapierShape
Members
Constructors
Rapier
Ref
Counted
Link copied to clipboard
constructor
(
)
Properties
handle
Link copied to clipboard
abstract
override
val
handle
:
RefCounted
native
Type
Link copied to clipboard
abstract
val
nativeType
:
String
ref
Count
Link copied to clipboard
open
override
val
refCount
:
Long
Functions
acquire
Link copied to clipboard
abstract
override
fun
acquire
(
)
:
RapierRefCounted
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
release
Link copied to clipboard
abstract
override
fun
release
(
)
:
RapierRefCounted
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String