SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class HandleData

    Inheritance
    System.Object
    HandleData
    Namespace: SF
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class HandleData

    Constructors

    HandleData(Single, Vector3, Vector3, Single, Color)

    Declaration
    public HandleData(float size, Vector3 normal, Vector3 direction, float angle, Color handleColor)
    Parameters
    Type Name Description
    System.Single size
    Vector3 normal
    Vector3 direction
    System.Single angle
    Color handleColor

    Fields

    Angle

    Declaration
    public float Angle
    Field Value
    Type Description
    System.Single

    Direction

    Declaration
    public Vector3 Direction
    Field Value
    Type Description
    Vector3

    HandleColor

    Declaration
    public Color HandleColor
    Field Value
    Type Description
    Color

    Normal

    Declaration
    public Vector3 Normal
    Field Value
    Type Description
    Vector3

    Size

    Declaration
    public float Size
    Field Value
    Type Description
    System.Single
    In This Article
    Back to top Generated by DocFX