C# Class UnityEditor.BabylonPhysicsState

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: BabylonJS/Babylon.js

Public Properties

Property Type Description
friction float
imposter BabylonPhysicsImposter
mass float
restitution float

Property Details

friction public_oe property

public float friction
return float

imposter public_oe property

public BabylonPhysicsImposter imposter
return BabylonPhysicsImposter

mass public_oe property

public float mass
return float

restitution public_oe property

public float restitution
return float