C# Класс Transit.Framework.NetInfoExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
CloneWithoutStops ( this templateLane, string newName = null ) : NetInfo.Lane
DisplayLaneProps ( this info ) : void
FindLane ( this info, bool>.Func predicate, bool crashOnNotFound = true ) : NetInfo.Lane
FindLane ( this info, NetInfo predicate, bool crashOnNotFound = true ) : NetInfo.Lane
ModifyTitle ( this info, string newTitle ) : void
SetAllNodesTexture ( this info, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo
SetAllSegmentsTexture ( this info, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo
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, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo.Node
SetTextures ( this segment, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo.Segment

Описание методов

CloneWithoutStops() публичный статический Метод

public static CloneWithoutStops ( this templateLane, string newName = null ) : NetInfo.Lane
templateLane this
newName string
Результат NetInfo.Lane

DisplayLaneProps() публичный статический Метод

public static DisplayLaneProps ( this info ) : void
info this
Результат void

FindLane() публичный статический Метод

public static FindLane ( this info, bool>.Func predicate, bool crashOnNotFound = true ) : NetInfo.Lane
info this
predicate bool>.Func
crashOnNotFound bool
Результат NetInfo.Lane

FindLane() публичный статический Метод

public static FindLane ( this info, NetInfo predicate, bool crashOnNotFound = true ) : NetInfo.Lane
info this
predicate NetInfo
crashOnNotFound bool
Результат NetInfo.Lane

ModifyTitle() публичный статический Метод

public static ModifyTitle ( this info, string newTitle ) : void
info this
newTitle string
Результат void

SetAllNodesTexture() публичный статический Метод

public static SetAllNodesTexture ( this info, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo
info this
newTextures Transit.Framework.Texturing.TextureSet
newLODTextures Transit.Framework.Texturing.LODTextureSet
Результат NetInfo

SetAllSegmentsTexture() публичный статический Метод

public static SetAllSegmentsTexture ( this info, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo
info this
newTextures Transit.Framework.Texturing.TextureSet
newLODTextures Transit.Framework.Texturing.LODTextureSet
Результат NetInfo

SetFlags() публичный статический Метод

public static SetFlags ( this node, NetNode required, NetNode forbidden ) : NetInfo.Node
node this
required NetNode
forbidden NetNode
Результат NetInfo.Node

SetFlagsDefault() публичный статический Метод

public static SetFlagsDefault ( this segment ) : NetInfo.Segment
segment this
Результат NetInfo.Segment

SetMeshes() публичный статический Метод

public static SetMeshes ( this node, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Node
node this
newMeshPath string
newLODMeshPath string
Результат NetInfo.Node

SetMeshes() публичный статический Метод

public static SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment
segment this
newMeshPath string
newLODMeshPath string
Результат NetInfo.Segment

SetTextures() публичный статический Метод

public static SetTextures ( this node, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo.Node
node this
newTextures Transit.Framework.Texturing.TextureSet
newLODTextures Transit.Framework.Texturing.LODTextureSet
Результат NetInfo.Node

SetTextures() публичный статический Метод

public static SetTextures ( this segment, TextureSet newTextures, LODTextureSet newLODTextures = null ) : NetInfo.Segment
segment this
newTextures Transit.Framework.Texturing.TextureSet
newLODTextures Transit.Framework.Texturing.LODTextureSet
Результат NetInfo.Segment