Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
object
Browse files Browse the repository at this point in the history
  • Loading branch information
t3du authored Nov 17, 2024
1 parent 1238ad4 commit 03327c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/iron/object/Object.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package iron.object;

import iron.Trait;
import iron.data.SceneFormat;
import iron.math.Vec4;

class Object {
static var uidCounter = 0;
Expand All @@ -25,6 +26,7 @@ class Object {
public var culled = false; // Object was culled last frame
public var culledMesh = false;
public var culledShadow = false;
public var vertex_groups: Map<String, Array<Vec4>> = null;
public var properties: Map<String, Dynamic> = null;
var isEmpty = false;

Expand Down

0 comments on commit 03327c6

Please sign in to comment.