C# Class Outliner.Scene.OutlinerObject

Inheritance: OutlinerNode, IDisplayable
Afficher le fichier Open project: Pjanssen/Outliner Class Usage Examples

Méthodes publiques

Méthode Description
OutlinerObject ( OutlinerScene scene, Int32 objectNr, Int32 handle, Int32 parentHandle, Int32 layerHandle, Int32 materialHandle, String name, String objClass, String objSuperClass, System.Boolean isGroupHead, System.Boolean isGroupMember, System.Boolean isHidden, System.Boolean isFrozen, System.Boolean boxMode ) : System
SetIsGroupMemberRec ( System.Boolean isGroupMember ) : void

Private Methods

Méthode Description
SetIsGroupMemberRec ( OutlinerObject o, System.Boolean isGroupMember ) : void

Method Details

OutlinerObject() public méthode

public OutlinerObject ( OutlinerScene scene, Int32 objectNr, Int32 handle, Int32 parentHandle, Int32 layerHandle, Int32 materialHandle, String name, String objClass, String objSuperClass, System.Boolean isGroupHead, System.Boolean isGroupMember, System.Boolean isHidden, System.Boolean isFrozen, System.Boolean boxMode ) : System
scene OutlinerScene
objectNr System.Int32
handle System.Int32
parentHandle System.Int32
layerHandle System.Int32
materialHandle System.Int32
name String
objClass String
objSuperClass String
isGroupHead System.Boolean
isGroupMember System.Boolean
isHidden System.Boolean
isFrozen System.Boolean
boxMode System.Boolean
Résultat System

SetIsGroupMemberRec() public méthode

public SetIsGroupMemberRec ( System.Boolean isGroupMember ) : void
isGroupMember System.Boolean
Résultat void