Compare commits

..

No commits in common. "baa0fe21883f97e9aea84af3a898681ad208715b" and "6f354f77e0315bc6856343845d3c6e6d0d157279" have entirely different histories.

3 changed files with 24 additions and 3 deletions

View File

@ -202,8 +202,6 @@ namespace DCFApixels
{ {
return new DrawHandler(duration, color); return new DrawHandler(duration, color);
} }
//public static DrawHandler Draw(float r, float g, float b, float a = 1f) //TODO
public readonly partial struct DrawHandler public readonly partial struct DrawHandler
{ {
public readonly Color Color; public readonly Color Color;

View File

@ -11,6 +11,7 @@ GameObject:
- component: {fileID: 2111990020664093690} - component: {fileID: 2111990020664093690}
- component: {fileID: 1788772289853385339} - component: {fileID: 1788772289853385339}
- component: {fileID: 9164957506466761196} - component: {fileID: 9164957506466761196}
- component: {fileID: 5430506558126952110}
m_Layer: 0 m_Layer: 0
m_Name: Cone m_Name: Cone
m_TagString: Untagged m_TagString: Untagged
@ -86,6 +87,28 @@ MeshRenderer:
m_SortingLayer: 0 m_SortingLayer: 0
m_SortingOrder: 0 m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0} m_AdditionalVertexStreams: {fileID: 0}
--- !u!64 &5430506558126952110
MeshCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 346591584127795354}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 0
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 5
m_Convex: 0
m_CookingOptions: 30
m_Mesh: {fileID: 4300000, guid: 58c1d6dfb1981574595c1b1601525ab2, type: 2}
--- !u!1 &506341672800905711 --- !u!1 &506341672800905711
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View File

@ -8,7 +8,7 @@
"displayName": "DebugX", "displayName": "DebugX",
"description": "", "description": "",
"unity": "2021.3", "unity": "2021.3",
"version": "0.8.10", "version": "0.8.9",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DCFApixels/DebugX.git" "url": "https://github.com/DCFApixels/DebugX.git"