Search Results for

    Show / Hide Table of Contents

    Class CoordinateSystemConverter

    座標軸を変更する座標変換器です。

    Inheritance
    System.Object
    VertexConverterBase
    CoordinateSystemConverter
    Inherited Members
    VertexConverterBase.Next
    VertexConverterBase.Convert(Vector3)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.CityExport.ModelConvert.SubMeshConvert
    Assembly: cs.temp.dll.dll
    Syntax
    public class CoordinateSystemConverter : VertexConverterBase

    Constructors

    CoordinateSystemConverter(CoordinateSystem)

    Declaration
    public CoordinateSystemConverter(CoordinateSystem targetAxis)
    Parameters
    Type Name Description
    CoordinateSystem targetAxis

    Properties

    TargetAxis

    Declaration
    public CoordinateSystem TargetAxis { get; }
    Property Value
    Type Description
    CoordinateSystem

    Methods

    ConvertInner(Vector3)

    Declaration
    protected override Vector3 ConvertInner(Vector3 src)
    Parameters
    Type Name Description
    Vector3 src
    Returns
    Type Description
    Vector3
    Overrides
    VertexConverterBase.ConvertInner(Vector3)
    In This Article
    Back to top PLATEAU SDK for Unity