Documentation

Inner Shape Scale - Open Dev Kit Documentation

Open Dev Kit Documentation :: Game :: Physics Config Character Virtual :: Inner Shape Scale

Game.PhysicsConfigCharacterVirtual.InnerShapeScale
factor applied to the main shape to produce the inner rigid body shape that other characters collide with; 0 disables the inner body

Type

Float

Lua Usage

-- Get
local float = physicsConfigCharacterVirtual.InnerShapeScale

-- Set
physicsConfigCharacterVirtual.InnerShapeScale = float

If you think anything is missing, please feel free to: submit documentation feedback on this page