docs.unity3d.com
    Show / Hide Table of Contents

    Class Actor<TState>

    Inheritance
    Object
    Actor<TState>
    Namespace: Unity.Reflect.Actor
    Syntax
    public class Actor<TState>
        where TState : class
    Type Parameters
    Name Description
    TState

    Constructors

    Actor(ActorRef, TState, Lifecycle<TState>)

    Declaration
    public Actor(ActorRef actorRef, TState state, Lifecycle<TState> lifecycle)
    Parameters
    Type Name Description
    ActorRef actorRef
    TState state
    Lifecycle<TState> lifecycle

    Fields

    ActorRef

    Declaration
    public ActorRef ActorRef
    Field Value
    Type Description
    ActorRef

    Lifecycle

    Declaration
    public Lifecycle<TState> Lifecycle
    Field Value
    Type Description
    Lifecycle<TState>

    State

    Declaration
    public TState State
    Field Value
    Type Description
    TState
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023