Update libraries/entities/src/EntityScriptingInterface.h

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
kasenvr 2020-09-22 23:49:07 -04:00 committed by GitHub
parent 88fc213644
commit dcf1e41086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ public:
*
* <p>For a list of the entity types that you can use, see {@link Entities.EntityType|Entity Types}.</p>
*
* <p>While each entity type has properties that are specific to it, there are properties that are universal to all entity types, see {@link Entities.EntityProperties|Entity Properties}.</p>
* <p>For the properties of the different entity types, see {@link Entities.EntityProperties|Entity Properties}. Some properties are universal to all entity types, and some are specific to particular entity types.</p>
*
* <h3>Entity Methods</h3>
*