Show / Hide Table of Contents

Class MyObjectBuilder_VisualScript

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_VisualScript
MyObjectBuilder_VisualLevelScript
Inherited Members
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_VisualScript : MyObjectBuilder_Base

Constructors

MyObjectBuilder_VisualScript()

Declaration
public MyObjectBuilder_VisualScript()

Fields

DependencyFilePaths

Declaration
public List<string> DependencyFilePaths
Field Value
Type Description
System.Collections.Generic.List<System.String>

Description

Declaration
public string Description
Field Value
Type Description
System.String

Interface

Declaration
[Nullable]
public string Interface
Field Value
Type Description
System.String

Name

Declaration
public string Name
Field Value
Type Description
System.String

Nodes

Declaration
[DynamicObjectBuilder(false)]
public List<MyObjectBuilder_ScriptNode> Nodes
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_ScriptNode>

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾