C# Class UnityEditor.SketchUpNodeInfo

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
enabled bool
name string
nodeIndex int
parent int

Property Details

enabled public_oe property

public bool enabled
return bool

name public_oe property

public string name
return string

nodeIndex public_oe property

public int nodeIndex
return int

parent public_oe property

public int parent
return int