C# Class CryEngine.Initialization.InputPortConfig

Exibir arquivo 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_oe property

public object defaultValue
return object

description public_oe property

public string description
return string

humanName public_oe property

public string humanName
return string

name public_oe property

public string name
return string

type public_oe property

public NodePortType type
return NodePortType

uiConfig public_oe property

public string uiConfig
return string