SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class SpriteBlinkCommand

    Inheritance
    System.Object
    CommandNode
    SpriteBlinkCommand
    Implements
    ICommand
    Inherited Members
    CommandNode.Name
    CommandNode.IsAsyncCommand
    Namespace: SF.CommandModule
    Assembly: cs.temp.dll.dll
    Syntax
    public class SpriteBlinkCommand : CommandNode, ICommand

    Fields

    BlinkIntervalTimer

    Declaration
    public float BlinkIntervalTimer
    Field Value
    Type Description
    System.Single

    SpriteRenderer

    Declaration
    public SpriteRenderer SpriteRenderer
    Field Value
    Type Description
    SpriteRenderer

    TintColor

    Declaration
    public Color TintColor
    Field Value
    Type Description
    Color

    TotalBlinkTime

    Declaration
    public float TotalBlinkTime
    Field Value
    Type Description
    System.Single

    Methods

    Use()

    Declaration
    public override async Awaitable Use()
    Returns
    Type Description
    Awaitable
    Overrides
    CommandNode.Use()

    Implements

    ICommand
    In This Article
    Back to top Generated by DocFX