C# Class CryEngine.Initialization.InputPortConfig

Show file Open project: PoppermostProductions/CryMono Class Usage Examples

Public Properties

Property Type Description
defaultValue object
description string
humanName string
name string
type NodePortType
uiConfig string

Public Methods

Method Description
InputPortConfig ( string _name, NodePortType _type, object defaultVal = null, string desc = "", string _humanName = "", string UIConfig = "" ) : System
InputPortConfig ( string _name, NodePortType _type, string desc = "", string _humanName = "", string UIConfig = "" ) : System

Method Details

InputPortConfig() public method

public InputPortConfig ( string _name, NodePortType _type, object defaultVal = null, string desc = "", string _humanName = "", string UIConfig = "" ) : System
_name string
_type NodePortType
defaultVal object
desc string
_humanName string
UIConfig string
return System

InputPortConfig() public method

public InputPortConfig ( string _name, NodePortType _type, string desc = "", string _humanName = "", string UIConfig = "" ) : System
_name string
_type NodePortType
desc string
_humanName string
UIConfig string
return System

Property Details

defaultValue public property

public object defaultValue
return object

description public property

public string description
return string

humanName public property

public string humanName
return string

name public property

public string name
return string

type public property

public NodePortType type
return NodePortType

uiConfig public property

public string uiConfig
return string