Search Results for

    Show / Hide Table of Contents

    Class RequireActorAttribute

    This attribute is used to check for if a script requires an Actor type.

    Inheritance
    System.Object
    RequireActorAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class RequireActorAttribute : Attribute

    Constructors

    RequireActorAttribute(Type)

    Initializes a new instance of the RequireActorAttribute class.

    Declaration
    public RequireActorAttribute(Type type)
    Parameters
    System.Type type

    The required type.

    Fields

    RequiredType

    The required type.

    Declaration
    public Type RequiredType
    Field Value
    System.Type

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat