Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
{
    "componentName" : "noPhysics"
  , "position" : <Vector>
  , "width" : <Float>
  , "linearVelocity" : <Vector>
  , "angularVelocity" : <Float>
  , "angle" : <Float>
  , "fixedRotation" : <Bool>
  , "allowSleep" : <Bool>
  , "positionZ" : <Float>
  , "maxLifeSeconds" : <Float>
  , "alwaysRender" : <Bool>
  , "positionZ" : <Float>
}

 

Overview

  • Adds a noPhysics component to an entity

Properties

  • "position" : <FVector>

  • "positionX" : <Float>

  • "positionY" : <Float>

  • "positionZ" : <Float>

  • "angle" : <Float>

  • "angularVelocity" : <Float>

  • "linearVelocity" : <FVector>

Events

  • Listeners
    • activeChange

Remarks

  • None