initial commit
This commit is contained in:
parent
6715289efe
commit
788c3389af
37645 changed files with 2526849 additions and 80 deletions
|
@ -0,0 +1,42 @@
|
|||
.button-strip {
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
margin: 1px 3px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.button-strip-button {
|
||||
margin: 0;
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.button-strip .button-strip-button.button-strip-button--checked {
|
||||
background-color: var(--unity-overlay-buttons-on-color);
|
||||
}
|
||||
|
||||
.button-strip-button--left,
|
||||
.button-strip-button--middle {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.button-strip-button--middle {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.button-strip-button--left {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.button-strip-button--right {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.button-strip-button__icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
align-self: center;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 15897bf560b098249ad465fb9d4d05d2
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,13 @@
|
|||
.field__indented {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.field-label__indented .unity-label {
|
||||
margin-left: 15px;
|
||||
margin-right: -13px;
|
||||
}
|
||||
|
||||
.field-label__double_indented .unity-label {
|
||||
margin-left: 30px;
|
||||
margin-right: -28px;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2a8a7b20b8efb4f0ab1c2301dbc0e86c
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,3 @@
|
|||
.separator {
|
||||
background-color: #5D5D5D;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: da6f83a9449ae48458b549c1db0a17b7
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,3 @@
|
|||
.separator {
|
||||
background-color: #8F8F8F;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 602641ea1fd244aaba8015c11565a988
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,133 @@
|
|||
.unity-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
ElementInspector {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
Vector3Field FloatInput {
|
||||
max-width: 64px;
|
||||
}
|
||||
|
||||
#TangentIn FloatInput, #TangentOut FloatInput {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.unity-base-field__label {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
.unity-composite-field__field > .unity-base-field__label {
|
||||
min-width: 14px;
|
||||
}
|
||||
|
||||
.show-bezier-tangents .bezier-tangent-control {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.unity-composite-field__field {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.unity-toggle__checkmark
|
||||
{
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.unity-foldout
|
||||
{
|
||||
-unity-text-align: middle-left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-toggle
|
||||
{
|
||||
margin-bottom: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-toggle__input
|
||||
{
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-float-field
|
||||
{
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-toggle>.unity-float-field .unity-text-element
|
||||
{
|
||||
margin-left: 1px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.tangent-drawer>.unity-float-field>.unity-label
|
||||
{
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-float-field>.unity-float-field__input
|
||||
{
|
||||
max-width: 60px;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-foldout__content
|
||||
{
|
||||
margin-bottom: 2px;
|
||||
flex-shrink: 1;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-vector3-field
|
||||
{
|
||||
width: 204px;
|
||||
overflow: hidden;
|
||||
text-overflow: clip;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-vector3-field>.unity-vector3-field__input
|
||||
{
|
||||
width: 204px;
|
||||
}
|
||||
|
||||
.tangent-label
|
||||
{
|
||||
height: 20px;
|
||||
margin-left: 3px;
|
||||
margin-top: 1px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.tangent-filler
|
||||
{
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#Vector3WithIcon
|
||||
{
|
||||
height: 20px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#PositionIcon
|
||||
{
|
||||
align-self: center;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#RotationIcon
|
||||
{
|
||||
align-self: center;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 822ea5c93c1bf9349bdbc5af5e6add1c
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,23 @@
|
|||
#Linear {
|
||||
background-image: url("../Resources/Icons/d_Tangent_Linear.png");
|
||||
}
|
||||
|
||||
#Continuous {
|
||||
background-image: url("../Resources/Icons/d_Tangent_Continuous.png");
|
||||
}
|
||||
|
||||
#Mirrored {
|
||||
background-image: url("../Resources/Icons/d_Tangent_Mirrored.png");
|
||||
}
|
||||
|
||||
#Broken {
|
||||
background-image: url("../Resources/Icons/d_Tangent_Broken.png");
|
||||
}
|
||||
|
||||
#PositionIcon {
|
||||
background-image: resource("Icons/d_MoveTool on.png");
|
||||
}
|
||||
|
||||
#RotationIcon {
|
||||
background-image: resource("Icons/d_RotateTool On.png");
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e33dd4fb2aaf76843bca29d96b840b15
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
|
@ -0,0 +1,23 @@
|
|||
#Linear {
|
||||
background-image: url("../Resources/Icons/Tangent_Linear.png");
|
||||
}
|
||||
|
||||
#Continuous {
|
||||
background-image: url("../Resources/Icons/Tangent_Continuous.png");
|
||||
}
|
||||
|
||||
#Mirrored {
|
||||
background-image: url("../Resources/Icons/Tangent_Mirrored.png");
|
||||
}
|
||||
|
||||
#Broken {
|
||||
background-image: url("../Resources/Icons/Tangent_Broken.png");
|
||||
}
|
||||
|
||||
#PositionIcon {
|
||||
background-image: resource("Icons/MoveTool on.png");
|
||||
}
|
||||
|
||||
#RotationIcon {
|
||||
background-image: resource("Icons/RotateTool On.png");
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c33ec34c59a5fa94bad4452c78635f07
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
Loading…
Add table
Add a link
Reference in a new issue