Метод | Описание | |
---|---|---|
CloneWithoutStops ( this templateLane, string newName = null ) : NetInfo.Lane | ||
DisplayLaneProps ( this info ) : void | ||
FindLane ( this info, bool>.Func |
||
FindLane ( this info, NetInfo predicate, bool crashOnNotFound = true ) : NetInfo.Lane | ||
ModifyTitle ( this info, string newTitle ) : void | ||
SetAllNodesTexture ( this info, |
||
SetAllSegmentsTexture ( this info, |
||
SetFlags ( this node, NetNode required, NetNode forbidden ) : NetInfo.Node | ||
SetFlagsDefault ( this segment ) : NetInfo.Segment | ||
SetMeshes ( this node, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Node | ||
SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment | ||
SetTextures ( this node, |
||
SetTextures ( this segment, |
public static CloneWithoutStops ( this templateLane, string newName = null ) : NetInfo.Lane | ||
templateLane | this | |
newName | string | |
Результат | NetInfo.Lane |
public static DisplayLaneProps ( this info ) : void | ||
info | this | |
Результат | void |
public static FindLane ( this info, bool>.Func |
||
info | this | |
predicate | bool>.Func | |
crashOnNotFound | bool | |
Результат | NetInfo.Lane |
public static FindLane ( this info, NetInfo predicate, bool crashOnNotFound = true ) : NetInfo.Lane | ||
info | this | |
predicate | NetInfo | |
crashOnNotFound | bool | |
Результат | NetInfo.Lane |
public static ModifyTitle ( this info, string newTitle ) : void | ||
info | this | |
newTitle | string | |
Результат | void |
public static SetAllNodesTexture ( this info, |
||
info | this | |
newTextures | ||
newLODTextures | ||
Результат | NetInfo |
public static SetAllSegmentsTexture ( this info, |
||
info | this | |
newTextures | ||
newLODTextures | ||
Результат | NetInfo |
public static SetFlags ( this node, NetNode required, NetNode forbidden ) : NetInfo.Node | ||
node | this | |
required | NetNode | |
forbidden | NetNode | |
Результат | NetInfo.Node |
public static SetFlagsDefault ( this segment ) : NetInfo.Segment | ||
segment | this | |
Результат | NetInfo.Segment |
public static SetMeshes ( this node, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Node | ||
node | this | |
newMeshPath | string | |
newLODMeshPath | string | |
Результат | NetInfo.Node |
public static SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment | ||
segment | this | |
newMeshPath | string | |
newLODMeshPath | string | |
Результат | NetInfo.Segment |
public static SetTextures ( this node, |
||
node | this | |
newTextures | ||
newLODTextures | ||
Результат | NetInfo.Node |
public static SetTextures ( this segment, |
||
segment | this | |
newTextures | ||
newLODTextures | ||
Результат | NetInfo.Segment |