コード例 #1
0
 public void SetZLayer(PrsMgrPresentationManager thePrsMgr, int theLayerId)
 {
     SelectMgr_EntityOwner_SetZLayerC5F895E9(Instance, thePrsMgr.Instance, theLayerId);
 }
コード例 #2
0
 public void Unhilight(PrsMgrPresentationManager aPM, int aMode)
 {
     SelectMgr_EntityOwner_UnhilightC5F895E9(Instance, aPM.Instance, aMode);
 }
コード例 #3
0
 public void Clear(PrsMgrPresentationManager aPM, int aMode)
 {
     SelectMgr_EntityOwner_ClearC5F895E9(Instance, aPM.Instance, aMode);
 }
コード例 #4
0
 public bool IsHilighted(PrsMgrPresentationManager aPM, int aMode)
 {
     return(SelectMgr_EntityOwner_IsHilightedC5F895E9(Instance, aPM.Instance, aMode));
 }