Show / Hide Table of Contents

Class MyEntityList.MyEntityListShortInfoItem

Inheritance
System.Object
MyEntityList.MyEntityListShortInfoItem
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public class MyEntityListShortInfoItem : Object

Constructors

MyEntityListShortInfoItem()

Declaration
public MyEntityListShortInfoItem()

MyEntityListShortInfoItem(MyEntityList.MyEntityListInfoItem)

Declaration
public MyEntityListShortInfoItem(MyEntityList.MyEntityListInfoItem fullInfo)
Parameters
Type Name Description
MyEntityList.MyEntityListInfoItem fullInfo

MyEntityListShortInfoItem(String, Int64)

Declaration
public MyEntityListShortInfoItem(string displayName, long entityId)
Parameters
Type Name Description
System.String displayName
System.Int64 entityId

Fields

DisplayName

Declaration
public string DisplayName
Field Value
Type Description
System.String

EntityId

Declaration
public long EntityId
Field Value
Type Description
System.Int64
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾