Table of Contents

Class FrameBuilder

Namespace
Alis.Builder.Core.Ecs.Component.Render
Assembly
Alis.dll

The frame builder class

public class FrameBuilder : IBuild<Frame>, IFilePath<FrameBuilder, string>

Inheritance

Implements

Inherited Members

Fields

frame

The frame

private readonly Frame frame

Field Value

Frame

Methods

Build()

Builds this instance

public Frame Build()

Returns

Frame

The frame

FilePath(string)

Files the path using the specified value

public FrameBuilder FilePath(string value)

Parameters

value string

The value

Returns

FrameBuilder

The frame builder