Show / Hide Table of Contents

Class MessageUpdateTimeline

A network message to update the timeline.

Inheritance
System.Object
MessageUpdateTimeline
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IMLD.MixedRealityAnalysis.Network.Messages
Assembly: Assembly-CSharp.dll
Syntax
public class MessageUpdateTimeline

Constructors

MessageUpdateTimeline(TimelineState)

Initializes a new instance of the MessageUpdateTimeline class.

Declaration
public MessageUpdateTimeline(TimelineState status)
Parameters
Type Name Description
TimelineState status

The new TimelineState.

Fields

TimelineState

Declaration
public TimelineState TimelineState
Field Value
Type Description
TimelineState

Type

Declaration
public static MessageContainer.MessageType Type
Field Value
Type Description
MessageContainer.MessageType

Methods

Pack()

Packs this MessageUpdateTimeline into a MessageContainer.

Declaration
public MessageContainer Pack()
Returns
Type Description
MessageContainer

The packed message.

Unpack(MessageContainer)

Unpacks a MessageContainer of the type MessageUpdateTimeline.

Declaration
public static MessageUpdateTimeline Unpack(MessageContainer container)
Parameters
Type Name Description
MessageContainer container

The container of the message.

Returns
Type Description
MessageUpdateTimeline

The unpacked message.

In This Article
Back to top Generated by DocFX