-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed table width styling as it was not being applied
- Loading branch information
1 parent
43a6889
commit 727ee97
Showing
77 changed files
with
264 additions
and
553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Collision | ||
Inherits from object | ||
## Fields | ||
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>| | ||
|Field|Type|Readonly|Description| | ||
|---|---|---|---| | ||
|Collider|[Collider](../objects/Collider.md)|False|| | ||
|Impulse|[Vector3](../objects/Vector3.md)|False|| | ||
|RelativeVelocity|[Vector3](../objects/Vector3.md)|False|| | ||
## Methods | ||
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>| | ||
|Function|Returns|Description| | ||
|---|---|---| | ||
|GetContact(index : int)|none|| | ||
|GetContacts()|none|| |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Color | ||
Inherits from object | ||
## Fields | ||
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>| | ||
|Field|Type|Readonly|Description| | ||
|---|---|---|---| | ||
|R|int|False|Red component of the color| | ||
|G|int|False|Green component of the color| | ||
|B|int|False|Blue component of the color| | ||
|A|int|False|Alpha component of the color| | ||
## Methods | ||
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>| | ||
|Function|Returns|Description| | ||
|---|---|---| | ||
|ToHexString()|[String](../static/String.md)|Converts the color to a hex string| | ||
## Static Methods | ||
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>| | ||
|Function|Returns|Description| | ||
|---|---|---| | ||
|Lerp(a : [Color](../objects/Color.md),<br/>b : [Color](../objects/Color.md),<br/>t : float)|[Color](../objects/Color.md)|Linearly interpolates between colors a and b by t| | ||
|Gradient(a : [Color](../objects/Color.md),<br/>b : [Color](../objects/Color.md),<br/>t : float)|[Color](../objects/Color.md)|Creates a gradient color from two colors| | ||
|Lerp(<br/>a : [Color](../objects/Color.md),<br/>b : [Color](../objects/Color.md),<br/>t : float<br/>)|[Color](../objects/Color.md)|Linearly interpolates between colors a and b by t| | ||
|Gradient(<br/>a : [Color](../objects/Color.md),<br/>b : [Color](../objects/Color.md),<br/>t : float<br/>)|[Color](../objects/Color.md)|Creates a gradient color from two colors| |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.