C# Class HaloMap.Render.SpawnInfo.SpawnZone.Options

显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
Checked bool
Name string
Value int

Public Methods

Method Description
Options ( int value, int bitValue, string name ) : System

Method Details

Options() public method

public Options ( int value, int bitValue, string name ) : System
value int
bitValue int
name string
return System

Property Details

Checked public_oe property

public bool Checked
return bool

Name public_oe property

public string Name
return string

Value public_oe property

public int Value
return int