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 |
public static Clone ( this templateLane, string newName ) : NetInfo.Lane | ||
templateLane | this | |
newName | string | |
return | NetInfo.Lane |
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 |
public static SetMeshes ( this segment, string newMeshPath, string newLODMeshPath = null ) : NetInfo.Segment | ||
segment | this | |
newMeshPath | string | |
newLODMeshPath | string | |
return | NetInfo.Segment |
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 |