SpringArm

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

addExcludedObject
void addExcludedObject(RID RID)
clearExcludedObjects
void clearExcludedObjects()
getCollisionMask
long getCollisionMask()
getHitLength
double getHitLength()
getLength
double getLength()
getMargin
double getMargin()
getShape
Ref!Shape getShape()
opAssign
SpringArm opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(SpringArm other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
removeExcludedObject
bool removeExcludedObject(RID RID)
setCollisionMask
void setCollisionMask(long mask)
setLength
void setLength(double length)
setMargin
void setMargin(double margin)
setShape
void setShape(Shape shape)

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

collisionMask
long collisionMask [@property getter]
long collisionMask [@property setter]
margin
double margin [@property setter]
margin
double margin [@property getter]
shape
Shape shape [@property getter]
Shape shape [@property setter]
springLength
double springLength [@property getter]
double springLength [@property setter]

Static functions

_new
SpringArm _new()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

_classBinding
struct _classBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta