C# 클래스 ByChance.Levels2D.Anchor2D

Placeholder for game elements in 2D levels that can be filled after the level generation process.
상속: ByChance.Core.Anchor
파일 보기 프로젝트 열기: npruehs/bychance 1 사용 예제들

비공개 메소드들

메소드 설명
Anchor2D ( Anchor2D template, Chunk source ) : ByChance.Core

Constructs a new anchor with the same index and relative position as the passed one and attaches it to the specified chunk.

Anchor2D ( Vector2F relativePosition, string tag ) : ByChance.Core

Constructs a new anchor of the specified category and with the passed position relative to the position of the chunk it belongs to.