MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetScale

Function GetScale

Source/Engine/Level/Actor.h:518–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516 /// </summary>
517 API_PROPERTY(Attributes="HideInEditor, NoSerialize")
518 FORCE_INLINE Float3 GetScale() const
519 {
520 return _transform.Scale;
521 }
522
523 /// <summary>
524 /// Sets actor scale in 3D space

Callers 11

UpdateScaleMethod · 0.85
SetCenterMethod · 0.85
CreateShapeMethod · 0.85
UpdateGeometryMethod · 0.85
CreateStaticActorMethod · 0.85
OnTransformChangedMethod · 0.85
CreateControllerMethod · 0.85
UpdateBoundsMethod · 0.85
UpdateGeometryMethod · 0.85
OnTransformChangedMethod · 0.85
ApplyRootMotionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected