C# Class Oglr.Core.EntityCreation

Show file Open project: SteveDunn/oglr Class Usage Examples

Public Properties

Property Type Description
CreationProperties IEntityCreationProperties
StartedCreating bool

Public Methods

Method Description
ClearCurrentEditor ( ) : void
EntityCreation ( System.Action whenEntityReadyToBeAdded ) : System

Method Details

ClearCurrentEditor() public method

public ClearCurrentEditor ( ) : void
return void

EntityCreation() public method

public EntityCreation ( System.Action whenEntityReadyToBeAdded ) : System
whenEntityReadyToBeAdded System.Action
return System

Property Details

CreationProperties public property

public IEntityCreationProperties CreationProperties
return IEntityCreationProperties

StartedCreating public property

public bool StartedCreating
return bool