TriLib
Search Results for

    Show / Hide Table of Contents

    Class Constants

    Contains a series of constants used by TriLib.

    Inheritance
    object
    Constants
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: TriLibCore.General
    Assembly: TriLibCore.dll
    Syntax
    public static class Constants

    Fields

    BlendShapePathFormat

    Blend shape path format template. Used on Animation processing.

    Declaration
    public const string BlendShapePathFormat = "blendShape.{0}"
    Field Value
    Type Description
    string

    CommonAnimationCurveCount

    Declaration
    public const int CommonAnimationCurveCount = 10
    Field Value
    Type Description
    int

    EnabledProperty

    Component Enabled property name. Used on Animation processing.

    Declaration
    public const string EnabledProperty = "m_Enabled"
    Field Value
    Type Description
    string

    LocalEulerAnglesBakedXProperty

    Local euler angles baked x property name. Used on Animation processing.

    Declaration
    public const string LocalEulerAnglesBakedXProperty = "localEulerAnglesBaked.x"
    Field Value
    Type Description
    string

    LocalEulerAnglesBakedYProperty

    Local euler angles baked y property name. Used on Animation processing.

    Declaration
    public const string LocalEulerAnglesBakedYProperty = "localEulerAnglesBaked.y"
    Field Value
    Type Description
    string

    LocalEulerAnglesBakedZProperty

    Local euler angles baked z property name. Used on Animation processing.

    Declaration
    public const string LocalEulerAnglesBakedZProperty = "localEulerAnglesBaked.z"
    Field Value
    Type Description
    string

    LocalEulerAnglesXProperty

    Local euler angles x property name. Used on Animation processing.

    Declaration
    public const string LocalEulerAnglesXProperty = "localEulerAngles.x"
    Field Value
    Type Description
    string

    LocalEulerAnglesYProperty

    Local euler angles y property name. Used on Animation processing.

    Declaration
    public const string LocalEulerAnglesYProperty = "localEulerAngles.y"
    Field Value
    Type Description
    string

    LocalEulerAnglesZProperty

    Local euler angles z property name. Used on Animation processing.

    Declaration
    public const string LocalEulerAnglesZProperty = "localEulerAngles.z"
    Field Value
    Type Description
    string

    LocalPositionXProperty

    Local position x property name. Used on Animation processing.

    Declaration
    public const string LocalPositionXProperty = "localPosition.x"
    Field Value
    Type Description
    string

    LocalPositionYProperty

    Local position y property name. Used on Animation processing.

    Declaration
    public const string LocalPositionYProperty = "localPosition.y"
    Field Value
    Type Description
    string

    LocalPositionZProperty

    Local position z property name. Used on Animation processing.

    Declaration
    public const string LocalPositionZProperty = "localPosition.z"
    Field Value
    Type Description
    string

    LocalRotationWProperty

    Local rotation w property name. Used on Animation processing.

    Declaration
    public const string LocalRotationWProperty = "localRotation.w"
    Field Value
    Type Description
    string

    LocalRotationXProperty

    Local rotation x property name. Used on Animation processing.

    Declaration
    public const string LocalRotationXProperty = "localRotation.x"
    Field Value
    Type Description
    string

    LocalRotationYProperty

    Local rotation y property name. Used on Animation processing.

    Declaration
    public const string LocalRotationYProperty = "localRotation.y"
    Field Value
    Type Description
    string

    LocalRotationZProperty

    Local rotation z property name. Used on Animation processing.

    Declaration
    public const string LocalRotationZProperty = "localRotation.z"
    Field Value
    Type Description
    string

    LocalScaleXProperty

    Local scale x property name. Used on Animation processing.

    Declaration
    public const string LocalScaleXProperty = "localScale.x"
    Field Value
    Type Description
    string

    LocalScaleYProperty

    Local scale y property name. Used on Animation processing.

    Declaration
    public const string LocalScaleYProperty = "localScale.y"
    Field Value
    Type Description
    string

    LocalScaleZProperty

    Local scale z property name. Used on Animation processing.

    Declaration
    public const string LocalScaleZProperty = "localScale.z"
    Field Value
    Type Description
    string

    QuadGeometryIndicesBegin

    When building mesh indices and the AssetLoaderOptions.UseQuads value is set to true, this value can be used to get a new geometry for the quad-element since quads and triangle meshes should be separated in Unity.

    Declaration
    public const int QuadGeometryIndicesBegin = 32767
    Field Value
    Type Description
    int

    RootPositionXProperty

    Root position x property name. Used on Mecanim Animation processing.

    Declaration
    public const string RootPositionXProperty = "RootT.x"
    Field Value
    Type Description
    string

    RootPositionYProperty

    Root position y property name. Used on Mecanim Animation processing.

    Declaration
    public const string RootPositionYProperty = "RootT.y"
    Field Value
    Type Description
    string

    RootPositionZProperty

    Root position z property name. Used on Mecanim Animation processing.

    Declaration
    public const string RootPositionZProperty = "RootT.z"
    Field Value
    Type Description
    string

    RootRotationWProperty

    Root rotation w property name. Used on Mecanim Animation processing.

    Declaration
    public const string RootRotationWProperty = "RootQ.w"
    Field Value
    Type Description
    string

    RootRotationXProperty

    Root rotation x property name. Used on Mecanim Animation processing.

    Declaration
    public const string RootRotationXProperty = "RootQ.x"
    Field Value
    Type Description
    string

    RootRotationYProperty

    Root rotation y property name. Used on Mecanim Animation processing.

    Declaration
    public const string RootRotationYProperty = "RootQ.y"
    Field Value
    Type Description
    string

    RootRotationZProperty

    Root rotation z property name. Used on Mecanim Animation processing.

    Declaration
    public const string RootRotationZProperty = "RootQ.z"
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX