FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Flecs.NET/src/Flecs.NET.Examples/Program.cs at main · BeanCheeseBurrito/Flecs.NET · GitHub
BeanCheeseBurrito
/
Flecs.NET
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
252
Code
Issues
15
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Flecs.NET
/
src
/
Flecs.NET.Examples
/
Program.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 478 Bytes
Breadcrumbs
Flecs.NET
/
src
/
Flecs.NET.Examples
/
Program.cs
Copy path
File metadata and controls
17 lines (15 loc) · 478 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using
System
.
Runtime
.
CompilerServices
;
using
Flecs
.
NET
.
Core
;
public
static
class
Example
{
public
static
void
Main
(
)
{
Console
.
WriteLine
(
"To run an example, use
\"
dotnet run --project Flecs.NET.Examples -p
\"
"
)
;
Console
.
WriteLine
(
"Example:
\"
dotnet run --project src/Flecs.NET.Examples --property:Example=Entities_Basics
\"
"
)
;
}
[
ModuleInitializer
]
internal
static
void
Setup
(
)
{
Ecs
.
StripFileLocalTypeNameGuid
=
true
;
}
}
Back
|
FazBrowse Home
|
New Git URL