mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
Update README-RU.md
This commit is contained in:
parent
bfe60eece6
commit
cf1301208b
@ -590,11 +590,9 @@ public class Camera : ITransform
|
|||||||
Vector3 Position { get; set; }
|
Vector3 Position { get; set; }
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
// ...
|
|
||||||
|
|
||||||
pubcli TransformAspect : EcsAspect
|
pubcli TransformAspect : EcsAspect
|
||||||
{
|
{
|
||||||
public EcsPool<Transform> transforms;
|
public EcsHybridPool<Transform> transforms;
|
||||||
public Aspect(Builder b)
|
public Aspect(Builder b)
|
||||||
{
|
{
|
||||||
transforms = b.Include<Transform>();
|
transforms = b.Include<Transform>();
|
||||||
|
Loading…
Reference in New Issue
Block a user