C# Class UnityEditor.SketchUpNodeInfo

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
enabled bool
name string
nodeIndex int
parent int

Property Details

enabled public property

public bool enabled
return bool

name public property

public string name
return string

nodeIndex public property

public int nodeIndex
return int

parent public property

public int parent
return int