Interface IActorBuilder
Implement this interface if you want your class to be used for setting up the actors in the scene for playback.
Namespace: Recolude.Core.Playback
Assembly: Recolude.Core.dll
Syntax
public interface IActorBuilder
Methods
Build(IRecording)
Build 0..n actors given the information presented.
Declaration
IActor[] Build(IRecording recording)
Parameters
Type | Name | Description |
---|---|---|
IRecording | recording | The recording to build actors for |
Returns
Type | Description |
---|---|
IActor[] | Actors to represent the original subject. |