isSensor = optional

This commit is contained in:
stafford
2016-08-30 20:20:41 +10:00
parent c71265fe34
commit f8da75758e

View File

@@ -268,7 +268,7 @@ declare namespace Matter {
* @type boolean
* @default false
*/
isSensor: boolean;
isSensor?: boolean;
/**
* A flag that indicates whether the body is considered sleeping. A sleeping body acts similar to a static body, except it is only temporary and can be awoken.
* If you need to set a body as sleeping, you should use `Sleeping.set` as this requires more than just setting this flag.