-
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.
newline stuff and trying styling on table
- Loading branch information
1 parent
fc0098e
commit 3f090f8
Showing
38 changed files
with
560 additions
and
259 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 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 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 | ||
|Field|Type|Readonly|Description| | ||
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>| | ||
|---|---|---|---| | ||
|Collider|[Collider](../objects/Collider.md)|False|| | ||
|Impulse|[Vector3](../objects/Vector3.md)|False|| | ||
|RelativeVelocity|[Vector3](../objects/Vector3.md)|False|| | ||
## Methods | ||
|Function|Returns|Description| | ||
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>| | ||
|---|---|---| | ||
|GetContact(index : int)|none|| | ||
|GetContacts()|none|| |
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,22 @@ | ||
# Color | ||
Inherits from object | ||
## Fields | ||
|Field|Type|Readonly|Description| | ||
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>| | ||
|---|---|---|---| | ||
|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 | ||
|Function|Returns|Description| | ||
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>| | ||
|---|---|---| | ||
|ToHexString()|[String](../static/String.md)|Converts the color to a hex string| | ||
## Static Methods | ||
|Function|Returns|Description| | ||
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>| | ||
|---|---|---| | ||
|Lerp(a : [Color](../objects/Color.md), b : [Color](../objects/Color.md), t : float)|[Color](../objects/Color.md)|Linearly interpolates between colors a and b by t| | ||
|Gradient(a : [Color](../objects/Color.md), b : [Color](../objects/Color.md), t : float)|[Color](../objects/Color.md)|Creates a gradient color from two colors| | ||
|Lerp(a : [Color](../objects/Color.md), | ||
b : [Color](../objects/Color.md), | ||
t : float)|[Color](../objects/Color.md)|Linearly interpolates between colors a and b by t| | ||
|Gradient(a : [Color](../objects/Color.md), | ||
b : [Color](../objects/Color.md), | ||
t : float)|[Color](../objects/Color.md)|Creates a gradient color from two colors| |
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 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 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 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 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
Oops, something went wrong.