docs.unity3d.com
    Show / Hide Table of Contents

    Class ProjectMarker

    Inheritance
    Object
    ProjectMarker
    Namespace: UnityEngine.Reflect
    Syntax
    public class ProjectMarker : IDataInstance

    Properties

    CreatedTime

    Declaration
    public DateTime CreatedTime { get; set; }
    Property Value
    Type Description
    DateTime

    Id

    Declaration
    public SyncId Id { get; set; }
    Property Value
    Type Description
    SyncId
    Implements
    IDataInstance.Id

    LastUpdatedTime

    Declaration
    public DateTime LastUpdatedTime { get; set; }
    Property Value
    Type Description
    DateTime

    LastUsedTime

    Declaration
    public DateTime LastUsedTime { get; set; }
    Property Value
    Type Description
    DateTime

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Position

    Declaration
    public Vector3 Position { get; set; }
    Property Value
    Type Description
    Vector3

    Rotation

    Declaration
    public Vector3 Rotation { get; set; }
    Property Value
    Type Description
    Vector3

    Scale

    Declaration
    public Vector3 Scale { get; set; }
    Property Value
    Type Description
    Vector3

    Methods

    FromSyncModel(ISyncModel)

    Declaration
    public static ProjectMarker FromSyncModel(ISyncModel syncModel)
    Parameters
    Type Name Description
    ISyncModel syncModel
    Returns
    Type Description
    ProjectMarker
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023