C# Class CSL.NetworkExtensions.Framework.NetInfoExtensions

Show file Open project: Katalyst6/CSL.NetworkExtensions

Public Methods

Method Description
Clone ( this templateLane, string newName ) : NetInfo.Lane
SetAllSegmentsTexture ( this info, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo
SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment
SetTextures ( this segment, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo.Segment

Method Details

Clone() public static method

public static Clone ( this templateLane, string newName ) : NetInfo.Lane
templateLane this
newName string
return NetInfo.Lane

SetAllSegmentsTexture() public static method

public static SetAllSegmentsTexture ( this info, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo
info this
newTextures CSL.NetworkExtensions.Framework.TexturesSet
newLODTextures CSL.NetworkExtensions.Framework.TexturesSet
return NetInfo

SetMeshes() public static method

public static SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment
segment this
newMeshPath string
newLODMeshPath string
return NetInfo.Segment

SetTextures() public static method

public static SetTextures ( this segment, CSL.NetworkExtensions.Framework.TexturesSet newTextures, CSL.NetworkExtensions.Framework.TexturesSet newLODTextures = null ) : NetInfo.Segment
segment this
newTextures CSL.NetworkExtensions.Framework.TexturesSet
newLODTextures CSL.NetworkExtensions.Framework.TexturesSet
return NetInfo.Segment