E
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The color of the entity.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CastShadows</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether the entity casts shadows.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>IsSpawn</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether the part can be used as a spawn location or not.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UseGravity</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether the entity is affected by gravity.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Mass</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the mass of the entity.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Friction</Name>
|
||||
@@ -48,7 +48,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the friction of the entity.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Drag</Name>
|
||||
@@ -56,7 +56,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the drag (air resistance) of the entity.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AngularDrag</Name>
|
||||
@@ -64,7 +64,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the angular drag of the entity.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Bounciness</Name>
|
||||
@@ -72,7 +72,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the bounciness of the entity.</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>AddForce</Name>
|
||||
@@ -92,7 +92,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Applies a force to the entity.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>AddTorque</Name>
|
||||
@@ -112,7 +112,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Applies a rotational force to the entity.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>AddForceAtPosition</Name>
|
||||
@@ -138,7 +138,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Applies a force to the entity from a specific position.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>AddRelativeForce</Name>
|
||||
@@ -158,7 +158,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Adds a force to the part relative to its own rotation.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>AddRelativeTorque</Name>
|
||||
@@ -178,7 +178,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Adds a rotational force to the part relative to its own rotation.</Description>
|
||||
</Methods>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>true</IsAbstract>
|
||||
|
||||
Reference in New Issue
Block a user